Skip to content

Instantly share code, notes, and snippets.

@notomato
Forked from danblaker/wpmenus.html
Last active December 19, 2015 21:08
Show Gist options
  • Save notomato/6017760 to your computer and use it in GitHub Desktop.
Save notomato/6017760 to your computer and use it in GitHub Desktop.
<div class="nav-menu">
<ul>
<li class="current_page_item"><a href="http://wp-themes.com/" title="Home">Home</a></li>
<li class="page_item page-item-2"><a href="http://wp-themes.com/?page_id=2">About</a></li>
<li class="page_item page-item-46"><a href="http://wp-themes.com/?page_id=46">Parent Page</a>
<ul class="children">
<li class="page_item page-item-49"><a href="http://wp-themes.com/?page_id=49">Sub-page</a></li>
</ul>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment