Skip to content

Instantly share code, notes, and snippets.

@JesusTheHun
Created September 7, 2015 18:55
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 JesusTheHun/48e52ef6be11af9c23d9 to your computer and use it in GitHub Desktop.
Save JesusTheHun/48e52ef6be11af9c23d9 to your computer and use it in GitHub Desktop.
<?php wp_nav_menu(array(
'container' => 'div',
'container_class' => 'collapse navbar-collapse',
'menu_class' => 'nav navbar-nav',
)) ?>
<div class="nav navbar-nav">
<ul>
<li class="page_item page-item-2 current_page_item"><a href="http://localhost/~feng/rsdv2-wp/">sample page</a>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment