Skip to content

Instantly share code, notes, and snippets.

@jayseventwo
Created April 24, 2013 03:52
Show Gist options
  • Save jayseventwo/5449489 to your computer and use it in GitHub Desktop.
Save jayseventwo/5449489 to your computer and use it in GitHub Desktop.
Example code shown in lib/init.php for Roots theme or you can add to custom/functions.php
register_nav_menus(array(
'primary_navigation' => __('Primary Navigation', 'roots'),
'header-menu' => __( 'Header Menu' ) ,
'footer-menu' => __( 'Footer Menu' )
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment