Skip to content

Instantly share code, notes, and snippets.

@ahmedghazi
Created September 14, 2017 11:25
Show Gist options
  • Save ahmedghazi/ba5604a7e1501694ef304d122d022860 to your computer and use it in GitHub Desktop.
Save ahmedghazi/ba5604a7e1501694ef304d122d022860 to your computer and use it in GitHub Desktop.
register_nav_menus(array( // Using array to specify more menus if needed
'header-menu' => __('Header Menu', 'html5blank'), // Main Navigation
'sidebar-menu' => __('Sidebar Menu', 'html5blank'), // Sidebar Navigation
'extra-menu' => __('Extra Menu', 'html5blank') // Extra Navigation if needed (duplicate as many as you need!)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment