Replies: 0
Hello,
I want to hide from results some posts that have a specific tag.
This, before the “if (have_posts())…”, works to exclude categorys:
global $query_string; query_posts($query_string.'&cat=-3,-5');
But I can’t find how to do the same with tags.
Does anybody know how to do it?