Hi,
I use categories and sub categories a lot and would like to have the parent categories as links in the nav bar (removing the standard "Categories" altogether) and for the child categories to appear in the drop down menu. I would also like to keep the ability to have static pages in the nav bar. I think the mod needs to be made in the header.php file to this section of code:
Code:
<div id="navbarleft">
<ul id="nav">
[*]Home
<?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?>
[*]Categories
<ul><?php wp_list_categories('title_li=&depth=4&orderby=name'); ?>[/list] [/list] </div>
but haven't got a clue how to go about it. Anyone got any suggestions please.
Ta,
Gav