Custom Wordpress Theme

How to exclude Categories from Navigation ?

Tue, Sep 8, 2009

Wordpress

Custom Wordpress Theme
-->
Share
buzz_button

Sometimes We want to exclude Specific Categories from navigation. Depending on the condition, some have too many categories to show in one navigation bar so they show the very important one in navigation rest in Sidebar widgets mostly. In other cases, some just don’t want to show the “Un-categorized” (default) category in their navigation bar.

This simple edit in the code will help you do so.

The Default Code:

<?php wp_list_categories(’title_li=&exclude=’ . $ex_aside) ?>

  • Now if you want to un-show some categories or want to show only those you want. Just do these simple steps.
  • Find the above code in Header.php of your theme file.

Replace it with this code:

<?php wp_list_categories(’title_li=&include=3,5,7,12?);?>

  • In the above code, 3, 5, 7 and 12 are the IDs of your categories. Only add IDs of those you want to show in navigation. Rest will be excluded.
Was this Tip helpful to you? Do you want to learn any particular tip or customization ? Let us know via comments. And yeah, don’t forget to give a re-tweet !

Related Posts:
  1. How to exclude Pages from Navigation ?
  2. Exclude Categories from RSS Feeds, Search Results, Archives, etc
  3. Exclude a Category from Recent Posts in Wordpress
  4. How to display Categories in a drop down list ?

This post was written by:

Enk. - who has written 42 posts on Wordpress Tutorials.

I'm 18 Years Old Freelance Graphics Designer and WordPress Developer. I like to write tutorials about Wordpress, listen to Music and some sketching too. You can follow me on Twitter @Enked.

Contact the author

3 Responses to “How to exclude Categories from Navigation ?”


Trackbacks/Pingbacks

  1. [...] This whitewashed star patterned icons set includes a wide assortment of health and hazard signs (radiation, biohazard, no smoking, recycle, hospital, Rx … Etc) as well as road and railroad signs. How to exclude Categories from Navigatiion in Wordpress ? [...]

  2. [...] How to exclude Categories from Navigatiion in Wordpress ? [...]

  3. [...] How to exclude Categories from Navigatiion in Wordpress ? [...]

Leave a Reply

CommentLuv Enabled