How do I query a specific category while also excluding another?
-
I have trued this to query my posts and while it does exclude cat=157 it does hold specific to cat=3. It seems to be ignoring the first parameter in favor of the second.
query_posts(‘cat=3&cat-157’)
Does anyone know how to do this?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How do I query a specific category while also excluding another?’ is closed to new replies.