Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

query matheysine zone

$tax_query = array(
	array(
		'taxonomy'         => 'Zones',
		'terms'            => 'Matheysine',
		'field'            => 'name',
	),
);