two tax
$two_tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'type', 'terms' => 'administrative', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), array( 'taxonomy' => 'state', 'terms' => 'az', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );