Skip to content

Instantly share code, notes, and snippets.

@nicon-dev
Created December 2, 2014 02:20
Show Gist options
  • Save nicon-dev/61f725fab838c815b575 to your computer and use it in GitHub Desktop.
Save nicon-dev/61f725fab838c815b575 to your computer and use it in GitHub Desktop.
display custom WP menu
//first create menu in WP admin area
//then show menu by name
wp_nav_menu( array('menu' => 'menu-name' ));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment