Forums

Bifurcating the RSS feed (3 posts)

  1. Xander
    Member
    Posted 5 years ago #

    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?

  2. Dgold
    Member
    Posted 5 years ago #

    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?

  3. Xander
    Member
    Posted 5 years ago #

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

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

    This seems to work...

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags