Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Last active November 5, 2015 02:28
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/ef02c74d1fae14979906 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/ef02c74d1fae14979906 to your computer and use it in GitHub Desktop.
Structure of the markup produced by the function genesis_do_header
<div class="title-area">
<p class="site-title" itemprop="headline">
<a href=""><!-- title --></a>
</p>
<p class="site-description" itemprop="description"><!-- description --></p>
</div>
<div class="widget-area header-widget-area">
<h2 class="genesis-sidebar-title screen-reader-text">Header Right</h2>
<section class="widget">
<div class="widget-wrap">
<h4 class="widget-title widgettitle"><!-- widget title --></h4>
<!-- widget -->
</div>
</section>
</div>
<div id="title-area">
<p id="title">
<a href=""><!-- title --></a>
</p>
<p id="description"><!-- description --></p>
</div>
<div class="widget-area header-widget-area">
<div class="widget">
<div class="widget-wrap">
<h4 class="widget-title widgettitle"><!-- widget title --></h4>
<!-- widget -->
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment