navigation meni
-
I am using Yoko’s theme.
I have a top navigation menu, one of the menu items is called “music”
when a user clicks this menu item, I want a new html page to open.
The way that the menu is created I think goes like:
<nav id=”mainnav” class=”clearfix”>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
</nav><!– end mainnav –>How can I implement this functionality? Any help would be great.
Thanks a lot!
Alex.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘navigation meni’ is closed to new replies.