Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am looking to exclude a category in Wordpress. I am referring to the Wordpress Codex page on wp_query but I am having the following problem:

I want to exclude posts from category 1, but if a post is in category 1 and category 2 (or any other category other than 1), then I still want it to show. So, I only want posts to be excluded if they're exclusively in category 1.

Any ideas on how I could achieve this?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.