plaghia tax
$tax_query = array( array( 'taxonomy' => 'tipologia', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), array( 'taxonomy' => 'regione', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'tipologia', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), array( 'taxonomy' => 'regione', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), );