I need to remove the link from my category parent?
-
…and what I mean is:
I’m using a wordpress theme that has two drop down menu lines; one that lists my page parents and when scrolled over, their children. Below that, I have one that lists my categories and their children as well…..NOW….
…say in the lower nav bar I have something that looks like this:
PRODUCTS > BREAD > SOURDOUGH…
…but I don’t want or need my visitor to be able to click on the parent link titled “Products”. How do I hide and, or, delete that?
I don’t need that extra page that would archive all the category items filed under “Products”, I’d just like to use it as a heading of sorts.
Does this make sense? It seems like a simple enough query to me, but I can’t seem to find an answer. Help?
<div id=”subnavbar”>
<ul id=”subnav”>
<?php wp_list_categories(‘sort_column=name&title_li=&depth=2&exclude=8,34,21,36,35,37,38,39’);?>
</div>
- The topic ‘I need to remove the link from my category parent?’ is closed to new replies.