Centerline Locations Tax Query
$location_query = array( 'relation' => 'OR', array( 'taxonomy' => 'locations', 'terms' => 'colorado', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), array( 'taxonomy' => 'locations', 'terms' => 'utah', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), array( 'taxonomy' => 'locations', 'terms' => 'wyoming', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), );