Advertisement
lberelson

Applying menu array on page in Wordpress v3.4.2

Jul 18th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => 'navcontainer', 'container_class'=> 'menusimple', 'menu_id' =>'primary', )); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement