Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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