Wordpress: register_nav_menu


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. if ( function_exists( 'register_nav_menus' ) ) {
  2. register_nav_menus(
  3. array(
  4. 'pluginbuddy_mobile' => 'PluginBuddy Mobile Navigation Menu',
  5. 'foot_menu' => 'My Custom Footer Menu'
  6. )
  7. );
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.