Created
February 4, 2013 17:23
-
-
Save jayarjo/4708136 to your computer and use it in GitHub Desktop.
wp: insert navigation menu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php wp_nav_menu(array( | |
'theme_location' => "top", | |
'container' => false, | |
'menu_id' => 'menu-top' | |
)); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment