What I want to do seems fairly simple in thought, but I am not sure how to put it in effect. I want to pull up to 5 entries from a channel based on categories selected. Sure no problem:
{exp:channel:entries channel="articles" category="9|10" dynamic="no" limit="5"}but now I want to require that there is another category as well. That is, I want to pull entries that are in either 9 or 10, but MUST be in category 4 (from a different category group) as well.
of course, my first thoughts included trying:
category="4&9|10"category="4&(9|10)"neither of which worked.
Anyone have some suggestions on how to pull the entries? I am probably overlooking something simple, but I may just be too close to the project to see it.