Forums

Feeds: cat1 AND cat2 ... NOT cat1 OR cat2?! (3 posts)

  1. rhbecker
    Member
    Posted 3 years ago #

    Hi, I've been searching for answer to this for about an hour without any success:

    Does wp have a way to create a feed with multiple categories, where all must be true, as opposed to any?

    I know you can do ?cat=1,2,3,etc. to get all posts in any one of those categories, but I want a feed of posts that are categorized as all three. I tried ?cat=1+2+3+etc. similar to how you combine terms in a search string, but that didn't seem to work.

    Thanks in advance!

  2. Otto
    Tech Ninja
    Posted 3 years ago #

    To create a *feed*? No.

    If you are writing a custom query_posts() call, you can use category__and=1,2,3 though.

  3. rhbecker
    Member
    Posted 3 years ago #

    That's too bad, but thanks for the response, nonetheless.

    Maybe something for a future release? I suppose I can post it in the feature request forum.

Topic Closed

This topic has been closed to new replies.

About this Topic