Skip to content

Instantly share code, notes, and snippets.

@jaredpalmer
Created February 13, 2015 17:50
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 jaredpalmer/7c79b6b79929245eb39b to your computer and use it in GitHub Desktop.
Save jaredpalmer/7c79b6b79929245eb39b to your computer and use it in GitHub Desktop.
wordpress nav inner
<div class="wrapper">
<!-- logo -->
<!-- /logo -->
<!-- nav -->
<nav class="nav" role="navigation">
<ul class="mtree">
<li><a class="menu" href="">MENU</a><?php html5blank_nav(); ?></li>
</ul>
</nav>
<!-- /nav -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment