Skip to content

Instantly share code, notes, and snippets.

@mohsinworld
Last active August 10, 2018 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohsinworld/376229f5483e689b08ff57f6eee90069 to your computer and use it in GitHub Desktop.
Save mohsinworld/376229f5483e689b08ff57f6eee90069 to your computer and use it in GitHub Desktop.
/* Dynamic Navigation */
<?php
wp_nav_menu(array(
'menu' => 'main_menu',
'theme_location' => 'main_menu',
'container_class' => 'collapse navbar-collapse',
'container_id' => 'navbar-collapse-1',
'menu_class' => 'nav',
'depth' => '3',
'walker' => New MyThemeName_Nav_Navwalker(),
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment