Every blogger knows having too many links does not give a cool look to his blog.But many bloggers initially create too many categories and then later worry how to hide these categories from being displayed.If you delete that category then your blog may generate a 404 error when a visitor clicks on that category page from the search results.So instead of deleting that category,you may try to hide it.How do you hide it?Here is an wordpress plugin which helps you to hide the categories that you don’t want to be visible.It works with thesis and all other wordpress themes.
Advanced Category Excluder:

Advanced category excluder is the plugin that helps us to hide unwanted categories from the homepage.You can download the plugin from here
Let me list some features of advanced category excluder,
- Effective category management
- RSS feed manipulation
- Search result manipulation
- Category list manipulation
- Support for Event Calendar
- Handles multiple link categories
- Widget compatible
You can control the category which you want to disable by installing ACE.You can also control pages fromĀ being displayed.
Manual Method for Excluding categories:
You can use the code below to hide the categories you dont want to appear.For that you have to put the category id into the following code and paste it into the loop.
<?php if ( have_posts() ) : query_posts($query_string .'&cat=-1,-2'); while ( have_posts() ) : the_post(); ?>
Share your comments and ideas
Related posts:
- How to highlight codes& scripts in your wordpress blog posts
- Scroll/back to top plugin for wordpress blog
- How to Auto interlink posts in wordpress blog using plugin
- How to display recent searches in wordpress blog sidebar
- How to create a adsense revenue sharing wordpress blog
- how to use thesis openhook wordpress plugin



