tax
$tax_query_1 = array( 'relation' => 'AND', array( 'taxonomy' => 'locations', 'field' => 'term_id', ), array( 'taxonomy' => 'activity_type', 'field' => 'term_id', 'include_children' => true, ), );
$tax_query_1 = array( 'relation' => 'AND', array( 'taxonomy' => 'locations', 'field' => 'term_id', ), array( 'taxonomy' => 'activity_type', 'field' => 'term_id', 'include_children' => true, ), );