Output shortcode if post is from a certain category.
-
Hello!
I am trying to output a shortcode if a post belongs to a certain category.
Would this work? If so, where should I put it so that it will work?
<?php if (has_category('oldsite')) { echo do_shortcode( '[types field='body'][/types]' ); else { // do nothing } ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Output shortcode if post is from a certain category.’ is closed to new replies.