On occasion you may want a blog category not to show up in your blog menu. Many themes now a days are including settings you can change to remove categories from menus but if you end up having to hard code it in here is what you need to do.

Open up the header.php file located inside the folder for your wordpress theme. You will need to replace the #3 in the code below with the id number of the category you wish to not include in your menu. If you categorize your entry in more then one category your category will still show up in the blog listing if your theme shows which category each entry is in. If you want to exclude more then one category simply add a comma after the first category number and enter the next category number with no spaces.

wp-remove-category-menu

This will not remove the category from the frontpage. To remove the category from the frontpage check out my blog on Excluding a Category from your WordPress Frontpage.

6 Responses

  1. Hello thanks for the code, but I want to exclude by name, not by id. Is this possible????? How???? Thanks in advance for any help

  2. I tried to do this but with no result.

    The only place I found the line though was in the sidebar.php and not in the header, perhaps that was the problem.

    The re is a plugin to do this, something with exclude category, but it also removes the category from my frontpage, so that didn’t work either.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.