Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created August 19, 2014 07:39
Show Gist options
  • Save ABooooo/61aee26d26888ff33fb2 to your computer and use it in GitHub Desktop.
Save ABooooo/61aee26d26888ff33fb2 to your computer and use it in GitHub Desktop.
Include menu
<?php wp_nav_menu( array( 'theme_location' => 'header-menu', 'menu_class' => 'nav navbar-nav' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment