Hello,
This is a bit of a tough question. Back when I got my website custumized by a studiopress employee(or morderator), the person customized my homepage so that it would be a blog website. My site is:
http://www.videogameauctions.com. The thing is that the person diabled the subnabar, because I wanted all the categories on the right side of my website which is exactly what the person did. However, to do this they needed to close the code so that my subnavbar doesn't show all the categories.
Basically I would like to utilize this area again and bring back the subnavbar highlighted in red here(
http://www.videogameauctions.com/wp-...10/11/help.JPG), but I don't want the categories there otherwise I'll have like 50 categories in the subnavbar. How do I create a subnavbar that doesn't include my categories(currently located in the sidebar?). My subnavbar code is locked right now, but I believe if I enable it, all my categories will appear on the top which is what I don't want. I just want to add
two subnavbar topics called "Hall of Fame" and "Comics".
I've also tried finding this topic in the "Quick Search", and tried finding this in the Church Help section but to no avail. Any help would be appreciated.
Here is the php code that I was talking about. It's from my "header.php".
PHP Code:
<?php /*?><div id="subnavbar">
<ul id="subnav">
<?php wp_list_categories('orderby=name&title_li=&depth=4'); ?>
</ul>
</div><?php */?>
Thanks for time.