Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created February 27, 2014 21:25
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 billerickson/9259878 to your computer and use it in GitHub Desktop.
Save billerickson/9259878 to your computer and use it in GitHub Desktop.
function ja_force_layout( $layout ) {
if ( is_home() || is_archive() || is_singular( 'post' ) ) {
$layout = 'full-width-content';
}
}
add_action( 'genesis_pre_get_option_site_layout', 'ja_force_layout' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment