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!