How Can You Exclude Categories From Your RSS Feeds?

I’ve searched and found posts that have asked and answered how to merge different categories into an RSS feed. What I need to know is how to exclude specific categories from the RSS feed?

Specifically, I use WP to post blog articles and to post portfolio items onto my site. I want to exclude the portfolio category from appearing in the RSS feed, making only blog posts available.

3 Answers
3

It’s been broken since 3.1, see:
http://core.trac.wordpress.org/ticket/16622
and also
http://wordpress.org/support/topic/wp-31-breaks-rss-customization-via-exclude_category
NOTE: Otto’s suggested fix in that thread doesn’t work for me.

Ticket suggests patch will go in for 3.1.1 and i can confirm that currently filters on pre_get_posts or parse_query fail for feeds(unfortunately).

Leave a Comment