FilterProfiles
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'profili-aziendali', 'field' => 'slug', 'operator' => 'IN', 'include_children' => false, ), array( 'taxonomy' => 'post_tag', 'terms' => 'mytag', 'field' => 'slug', 'operator' => 'IN', ), );