Your Ad Here

Hide certain categories from displaying on your homepage in Wordpress

First of all you need to find this piece of code in your theme, either in home.php or index.php

<?php while (have_posts()) : the_post(); ?>

Then you need to insert this piece of code directly below it

<?php if (in_category(’235′) $$ is_home()) continue; ?>

But you need to replace 235 with your category you want to exclude. You can find the category by going to manage-categories, then you need the ID of the category.

Now that’s how you exclude a category from the homepage in Wordpress.

UPDATE:

I Forgot Wprecipes.com did a post about this as well. Better go check that one out

Write a Comment

Related Articles

Related posts:

  1. How to add advertising to specific categories in Wordpress
  2. How to display something in one category online in Wordpress
  3. Now here is something interesting for Wordpress fans
  4. Make Wordpress post faster
  5. How to display something only on your home page with Wordpress.
  6. Getting traffic to your Wordpress Blog
  7. A free wordpress theme that looks like Deviantart
  8. Welcome to Wordpress Pieces
  9. Changing the course of this blog
  10. Retromania Free Wordpress Open Source theme
  11. So you know how to code and stuff. Use a wordpress theme.
  12. Brandonford - New magazine style wordpress theme / template
  13. The beginnings of a new wordpress theme
  14. Wordpress themes
  15. Wordpress 2.5 and plugins. A bit of blogging trouble
  16. The blog posts on the frontpage will rule the search engines on your blog
  17. Why Wordpress has become my cms of choice for any website.
  18. Themes matter for SEO and visitors
  19. Brilliant theme designs. Blogohblog, my favourite Wordpress theme designer
  20. Wordpress Plugin of the day: TextImage
  21. Wordpress themes: Wordpress-v2-theme
  22. The only plugins that work with Wordpress 2.7 so farWond
  23. Modicus Remix brilliant free minimalist wordpress theme
  24. A plugin everyone should have. Subscribe To Comments.
  25. Benefits of using Wordpress for your blog

More Related Articles

2009 Fromtheold Afrigator