Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 10, 2015 02:23
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/6b551bd8bf261ef1c321 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/6b551bd8bf261ef1c321 to your computer and use it in GitHub Desktop.
Use the sidebar/sidebar/content layout as the default with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Use the sidebar/sidebar/content layout as the default with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/sidebar-sidebar-content/
*/
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_sidebar_sidebar_content' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment