Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax query simple

$tax_query = array(
	array(
		'taxonomy'         => 'region_canyon',
		'terms'            => '38',
	),
);