problem with category navigation bar
-
i have a problem with the category navigation bar @ my website What’s Good Blog. its the 2nd navbar, not the one at the top, and it only lists like 6 or the categories or something. how would i be able to get a button that said more and then listed the rest? this code is taken from the header.php that pertains to it, for reference
/********* <div id=”navcontainer”>
<ul id=”nav”><?php wp_list_categories(‘depth=3&exclude=1&hide_empty=0&orderby=name&show_count=0&use_desc_for_title=1&title_li=’); ?>
</div> *******/
i added the *** in case the forum picked up the html. does anyone have any idea how to expand/add to this code to make the last option say more and drop down with the rest? any help would be greatly apprecaited. thanks!
- The topic ‘problem with category navigation bar’ is closed to new replies.