Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Districts Taxonomy

$tax_query = array(
	array(
		'taxonomy'         => 'districts',
		'terms'            => 'Westport',
		'field'            => 'name',
	),
);