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.
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>