Exclude/Include Categories in Menu Bar

efeezy

New member
Oct 5, 2007
5,250
136
0
50
Here's what I'm trying to do. I want my nav bar in Wordpress to show my categories, but I want it to show the categories I select by cat #.

How do I fix up this part of the code so I can put in the cat #'s I want and exclude the rest.

<div id="navbar" class="clearfloat">

<ul id="page-bar" class="left clearfloat">

<?php wp_list_categories('sort_column=menu_order&title_li='); ?>

</ul>

<?php include (TEMPLATEPATH . '/searchform.php'); ?>

</div>
 


There are also plugins that exclude categories contents from showing up in the menu, and the posts on the index page.


Very useful if you put up 10 or so "real" posts, and then just auto blog to your hearts content. You get all the benefits of a autoblog (track backs, constant new pages, etc...) without so much worry of a manual review.