How to build a Drop down Navigation
-
Hello,
I’m trying to use WordPress as a CMS. And this is how I populated my drop down navigation:
<ul id="nav"> <?php wp_list_pages('title_li='); ?> </ul>
However, I don’t need all the top level elements in the navigation to be links. For example in the following scenario I don’t need the “About” to be a link
About
-About us
-Mission StatementSo, I googled the problem and installed the “page links to” plugin.
This plugin allowed me to set the link for About to #.Now my question is this this the only way to accomplish this? Does WordPress have a built in feature resolve this issue?
Thanks in advance for your input.
- The topic ‘How to build a Drop down Navigation’ is closed to new replies.