Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 11, 2015 03:07
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 reasonstousegenesis/89c58d12b7fa12b48510 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/89c58d12b7fa12b48510 to your computer and use it in GitHub Desktop.
Markup structure produced by the function genesis_get_nav_menu
<nav class="nav-location">
<div class="wrap">
<ul id="menu-location-navigation" class="yourclass">
<li class="menu-item">
<a href="" itemprop="url"><!-- menu item --></a>
</li>
</ul>
</div>
</nav>
<div id="location">
<div class="wrap">
<ul id="menu-location-navigation" class="yourclass">
<li class="menu-item">
<a href="" itemprop="url"><!-- menu item --></a>
</li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment