How to hide a categories posts from Home page without using any plugin
Warning: Invalid argument supplied for foreach() in /home/blog/public_html/wp-content/plugins/buy-sell-ads/buy-sell-ads.php on line 415
Wordpress is full of possibilities and options but when you wants to use it as exclusive CMS then you need to consider few hacks and patch. There are many contents on the CMS which is not required to display on the home page, do you have any idea how to fix it without plugins?
Today we are going to discuss a common hacks to hide a categories posts from Home page without any plugin. Follow the following listed process to hides the categories from posts
A normal index.php page of Wordpress theme (i took a default sandbox theme) looks like
<div id="container">
<div id="content">
<div id="nav-above" class="navigation">
<div class="nav-previous"><?php next_posts_link(__( '<span class="meta-nav">«</span> Older posts', 'sandbox' )) ?></div>
<div class="nav-next"><?php previous_posts_link(__( 'Newer posts <span class="meta-nav">»</span>', 'sandbox' )) ?></div>
</div>
<?php while ( have_posts() ) : the_post() ?>
Post the below described code after the container (for your theme you can try to post it after header)
query_posts("cat=-ID");
}
?>
For excluding more than one categories use this code
query_posts("cat=-ID1,-ID2,-ID3,ID4");
}
?>
Where ID= your categories ID’s
Note: If you don’t want to digg into code, use this awesome plugin named as Advanced Category Excluder which not only hides the posts from displaying on home page but can also hides the posts from search results, your RSS feed, your category, your recent post, and from web crawlers.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackbackfrom your own site.
Subscribe to our FREE Rss FeedWhat's Hot
Similar Interesting Posts
- How to hide a categories posts from wordpress RSS Feeds without using any plugin
- How to auto add excerpt in the wordpress blog home page
- 100+ Collected Great WordPress Video Tutorial List
- How to optimize website loading time and performance
- 101 List Of Awesome Wordpress Tips and Resources
- How to add featured content slider into wordpress blog
- Merry Christmas with a free Christmas Wordpress theme
- How to check Broken Links of Wordpress Blogs
- Top 26 reasons to go for wordpress 2.6
- How to use multi tabbed menu in wordpress
- Top 40 Featured WordPress Video Tutorials
- TOP 20 Best Of WordPress Theme Resource
- How to fix IE6 PNG Transparency issues in wordpress
- How to redirect wordpress.com blog to self hosted domain
- How to show Random posts without using any Wordpress plugins
Tutorials On









September 11th, 2009 at 2:04 pm
How to hide a #wordpress categories posts from Home page without using any plugin http://bit.ly/2BeXB
September 11th, 2009 at 2:06 pm
Tech How to hide a categories posts from Home page without any plugin: Wordpress is full of possibilities an.. http://bit.ly/Rzt0Y
September 11th, 2009 at 2:08 pm
Nice post .. its always good learn simple things and not being reliable on the plugins.
Hami´s last blog ..Listen to Free Bollywood Music On iPhone and iPod Touch