Exclude a Category from your WordPress Menu

Posted on April 15, 2009 at 7:52 pm by Jerad Hill 6 Comments

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.

  • http://URL(optional) Bill Bartmann

    Cool site, love the info.

  • http://URL(optional) GeneTinsley

    Super-Duper site! I am loving it!! Will come back again – taking your feeds too now, Thanks.

  • http://URL(optional) InjesteNits

    I am frequently searching for brandnew articles in the world wide web about this topic. Thanx!

  • http://mojbuk.com Webagent

    Thank you, I bookmark your site ;-)

  • azura

    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

  • http://www.festogfarver.net Fest

    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.