Skip to content

Instantly share code, notes, and snippets.

@gabbsmo
Created October 3, 2013 14:06
Show Gist options
  • Save gabbsmo/6810395 to your computer and use it in GitHub Desktop.
Save gabbsmo/6810395 to your computer and use it in GitHub Desktop.
wp_nav_menu(
array(
//'theme_location' => 'header-menu',
//'menu' => 'Top nav',
'depth' => 2,
'container' => 'div',
'container_class' => 'collapse navbar-collapse navbar-ex1-collapse',
'menu_class' => 'nav navbar-nav',
'fallback_cb' => 'wp_bootstrap_navwalker::fallback',
'walker' => new wp_bootstrap_navwalker()
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment