Created
September 9, 2013 19:40
-
-
Save gspearce/6500447 to your computer and use it in GitHub Desktop.
Genesis: Set full page width.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* You probably won't need to include the opening and closing PHP tags. */ | |
| add_action('genesis_pre_get_option_site_layout', 'iampmedia_home_page_layout' ); | |
| function iampmedia_home_page_layout() { | |
| return 'full-width-content'; | |
| } | |
| // for more information, see http://snippetpress.com/genesis/genesis-force-full-width-layout-for-a-single-page/ | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment