How can i create a category but its post will not appear in blog home page ??
i want to use this category posts as news in a news-tracker plugin.
How can i create a category but its post will not appear in blog home page ??
i want to use this category posts as news in a news-tracker plugin.
You can try a plugin like http://wordpress.org/extend/plugins/elegant-category-visibility/ or you can add query_posts('cat=-n'); where n is the id of the category you don't want to your template files before if(have_posts()
This topic has been closed to new replies.