Skip to content

Instantly share code, notes, and snippets.

@gspearce
Created September 9, 2013 19:40
Show Gist options
  • Select an option

  • Save gspearce/6500447 to your computer and use it in GitHub Desktop.

Select an option

Save gspearce/6500447 to your computer and use it in GitHub Desktop.
Genesis: Set full page width.
<?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