Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 10, 2015 02:18
Show Gist options
  • Save reasonstousegenesis/bba51ed955a81740f700 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/bba51ed955a81740f700 to your computer and use it in GitHub Desktop.
Use the sidebar/content layout as the default with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Use the sidebar/content layout as the default with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/sidebar-content/
*/
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_sidebar_content' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment