Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created March 27, 2013 16:11
Show Gist options
  • Save braddalton/5255499 to your computer and use it in GitHub Desktop.
Save braddalton/5255499 to your computer and use it in GitHub Desktop.
This core Genesis file contains all the hooks which apply to the secondary sidebar
?><div id="sidebar-alt" class="sidebar widget-area">
<?php
genesis_structural_wrap( 'sidebar-alt' );
do_action( 'genesis_before_sidebar_alt_widget_area' );
do_action( 'genesis_sidebar_alt' );
do_action( 'genesis_after_sidebar_alt_widget_area' );
genesis_structural_wrap( 'sidebar-alt', 'close' );
?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment