Filter posts problem
-
Is there a way to exclude all posts by an author except those in category 16 for example?
i currently have this
query_posts($query_string . '&author=-2');
but what i need is
query_posts($query_string . '&author=-2&cat=16');
However if author 2 adds a post to cat 16 you won’t see it as all his / her posts are hidden. The second example show’s nothing at all.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Filter posts problem’ is closed to new replies.