Skip to content

Instantly share code, notes, and snippets.

@Dimasmagadan
Created March 4, 2013 17:56
Show Gist options
  • Save Dimasmagadan/5084107 to your computer and use it in GitHub Desktop.
Save Dimasmagadan/5084107 to your computer and use it in GitHub Desktop.
Bootstrap collapsable nav menu
wp_nav_menu( array(
'menu' => 'main-menu',
'container_class' => 'navbar-content nav-collapse collapse',
'menu_class' => 'nav nav-tabs pull-right',
'menu_id' => 'main-menu' )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment