Protein Shakes Taxonomy
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'icecream_categories', 'terms' => 'protein-shakes', 'field' => 'slug', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'icecream_categories', 'terms' => 'protein-shakes', 'field' => 'slug', ), );