Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Vote Tax Query

$vote_tax_query = array(
	array(
		'taxonomy'         => 'location',
		'terms'            => 'guilford-county',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'bill',
		'terms'            => 'h56',
		'field'            => 'slug',
	),
);