Got it figured out. I needed to use this code instead:
<?php if ( is_tax( 'menus', 'sandwiches') ) {echo'Your choice of bread - White, Wheat, or Marble Rye!<br>Pick a potato chip - Regular, Jalapeno, BBQ or Salt & Vinegar! ';} ?></p>
Got it figured out. I needed to use this code instead:
<?php if ( is_tax( 'menus', 'sandwiches') ) {echo'Your choice of bread - White, Wheat, or Marble Rye!<br>Pick a potato chip - Regular, Jalapeno, BBQ or Salt & Vinegar! ';} ?></p>