Don't display RSS feed if it is a certain category…
-
Hey, I have WordPress, with multiple categories. When I post something new, it goes to the front page (as I want it to) but when I post under Music, I don’t want the short description to show up…
here is the code
<?php the_content_rss('', TRUE, '', 20); ?>
How can I optimize it so that if it is a certain category, it will NOT show the above code?
- The topic ‘Don't display RSS feed if it is a certain category…’ is closed to new replies.