Skip to content

Instantly share code, notes, and snippets.

@WillBrubaker
Last active January 1, 2016 12:39
Show Gist options
  • Save WillBrubaker/8146012 to your computer and use it in GitHub Desktop.
Save WillBrubaker/8146012 to your computer and use it in GitHub Desktop.
Force a Site Layout - Genesis Framework
<?php
//do not include opening php tag
add_filter( 'genesis_site_layout', function() { return 'full-width-content'; } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment