Skip to content

Instantly share code, notes, and snippets.

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