• I’m looking to have a stream for one category of posts that isn’t thrown in with the rest; in other words, I don’t want this category of posts going out on the main feed, and I don’t want other categories going out on the segregated feed. Is this troublesome to implement?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well, if you create a Category, and put all the separated posts in that Category — then you will automatically have 1 feed with ONLY the posts from that category. No problem there.

    The only challenge now is to REMOVE the posts of this category, from the Site Feed that has posts from all cats. I don’t know how to do that?

    Thread Starter Xander

    (@xander)

    I ended up adding this to my wp-rss.php:

    if (!is_category()) { query_posts('cat=-6'); }

    This seems to work…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bifurcating the RSS feed’ is closed to new replies.