Thread Starter
shap
(@shap)
GOT IT! Trial and error…
<?php if ( in_category( array( 'recipe', 'breakfast', 'lunch', 'dinner', 'snack', 'dessert' ) )) {?>
Thread Starter
shap
(@shap)
Thank you. What I don’t see is how to tell it multiple categories by name.
Is it <?php if (is_category( 'recipe', 'breakfast', 'lunch' ) ) {?>