Exclude category from Wordpress home page unless it belongs to another category
- by sirlancelot
I have multiple users adding content to restricted categories (using RoleScoper) in my Wordpress setup that don't show up on the homepage (custom template with query_posts()).
I'm looking for a way to "promote" the submitted content to the homepage by adding it to another category.
My loop code looks like this:
<?php
query_posts($query_string…