Test Custom Tax Snippet
$tax_query = array( array( 'taxonomy' => 'categorie_esperienze', 'terms' => 'biking', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'categorie_esperienze', 'terms' => 'biking', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );