Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

winery_location

$tax_query = array(
	array(
		'taxonomy'         => 'winery_location',
		'terms'            => '$trm_id',
		'field'            => 'term_id',
	),
);