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