How to make a post not show up on front page? Just want to link to to post
-
I’ve read somewhere to post this code into the index.php file at the top of the loop, but this is not working for me.
<?php
if (is_home()) {
query_posts(“cat=-6”);
}
?>
- The topic ‘How to make a post not show up on front page? Just want to link to to post’ is closed to new replies.