lbohlman
Member
Posted 3 years ago #
hello -
I have been "googleing" and searching for a code or a plugin on how to remove a categories post being shown on the frongpage permanently. I have tried a few different codes and plugins but it seems like they are for older versions.
I appreciate the help.
Happy Groundhogs day,
Lee
Taken directly from:
http://codex.wordpress.org/Template_Tags/query_posts Please read this page for usage instructions.
Exclude Posts Belonging to Only One Category
Show all posts except those from a category by prefixing its ID with a '-' (minus) sign.
query_posts('cat=-3');
Hope this helps:)