I posted a category on a certain page, I don't need it showing on the home page how could I stop that?
I posted a category on a certain page, I don't need it showing on the home page how could I stop that?
try and add a query before the loop:
http://codex.wordpress.org/Function_Reference/query_posts#Usage_Note
http://codex.wordpress.org/Function_Reference/query_posts#Category_Parameters
global $query_string;
query_posts( $query_string . "&cat=-7" );This topic has been closed to new replies.