Exclude multiple authors via query_posts?
-
I want to exclude multiple authors from my post query. I am able to exclude multiple categories but not authors. The code looks like this
<?php query_posts(‘cat=-3,-17&author=-4,-3&showposts=3’); ?>
Categories 3 and 17 are excluded, but only Author 4 is excluded. Author 3 is allowed?
Am I doing something wrong? I am using WP 2.2.1
The topic ‘Exclude multiple authors via query_posts?’ is closed to new replies.