Hiding category posts from page post
-
Hi,
I’m using this code:
<?php global $query_string; query_posts( $query_string . '&cat=-6'); ?>To hide category six posts from the index page. However, when you click the actual page it takes you to a different link. I.e: website.com/?page_id=ID and it wont hide the content.
It works for the index page, i.e website.com.
Any ideas on what I could do?
The topic ‘Hiding category posts from page post’ is closed to new replies.