Theme Nav
-
Hey guys,
I have the following HTML static code:
<div class="Alignment"> <div class="MenuItem First"><a href="?view=home" class="Selected">Link</a></div> <div class="MenuItem"><a href="?view=about" >Link</a></div> <div class="MenuItem"><a href="?view=gallery" >Link</a></div> <div class="MenuFooter"></div> </div>
And I want to turn this into a wordpress driven menu…
I have the menu set-up but I cant get the settings right to do that I need too about?<?php wp_nav_menu(array( 'theme_location' => 'main', 'menu_class' => 'MenuItem' )); ?>
Can anyone please help me ??
Dan
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Theme Nav’ is closed to new replies.