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?