Skip to content

Instantly share code, notes, and snippets.

@kennyeliason
Created May 8, 2018 18:36
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 kennyeliason/4b5dabce79040ec2b7d791054f2c2219 to your computer and use it in GitHub Desktop.
Save kennyeliason/4b5dabce79040ec2b7d791054f2c2219 to your computer and use it in GitHub Desktop.
wp_nav_menu for sage
{!! wp_nav_menu(['theme_location' => 'primary_navigation',
'depth' => 2,
'container' => 'div',
'container_class' => 'collapse navbar-collapse',
'container_id' => 'bs-example-navbar-collapse-1',
'menu_class' => 'navbar-nav mr-auto',
'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