Skip to content

Instantly share code, notes, and snippets.

@jayarjo
Created February 4, 2013 17:23
Show Gist options
  • Save jayarjo/4708136 to your computer and use it in GitHub Desktop.
Save jayarjo/4708136 to your computer and use it in GitHub Desktop.
wp: insert navigation menu
<?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