• Ok weird one:

    global $query_string;
    query_posts($query_string . '&cat=-15');

    Before the start of the loop in index.php does not filter out those categories.

    simply doing:
    query_posts('cat=-15');

    DOES exclude those posts but of course you are not maintaining the query so pagination does not work.

    any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclusion of categories not working’ is closed to new replies.