filteration tags bbb
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'recipe_sweet_savory', 'terms' => 'sweet', 'field' => 'slug', ), array( 'taxonomy' => 'recipe_course', 'terms' => 'testcourse', 'field' => 'slug', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'recipe_sweet_savory', 'terms' => 'sweet', 'field' => 'slug', ), array( 'taxonomy' => 'recipe_course', 'terms' => 'testcourse', 'field' => 'slug', ), );