Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 4, 2015 04:33
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/aca638af2ab7553be0d5 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/aca638af2ab7553be0d5 to your computer and use it in GitHub Desktop.
Structure of the markup produced by the function genesis_do_subnav
<nav class="nav-secondary" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div class="wrap">
<ul id="menu-secondary-navigation" class="menu genesis-nav-menu menu-secondary">
<li class="menu-item">
<a href="" itemprop="url">
<span itemprop="name"><!-- menu item --></span>
</a>
</li>
</ul>
</div>
</nav>
<div id="subnav">
<div class="wrap">
<ul id="menu-secondary-navigation" class="menu genesis-nav-menu menu-secondary">
<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