Created
May 9, 2013 17:37
-
-
Save spearsmarketing/5549115 to your computer and use it in GitHub Desktop.
Remove Default Genesis Layouts. Add to functions.php file.
This file contains 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
/* Remove Genesis Layouts: content/sidebar/sidebar, sidebar/sidebar/content, sidebar/content/sidebar */ | |
genesis_unregister_layout( 'content-sidebar-sidebar' ); | |
genesis_unregister_layout( 'sidebar-sidebar-content' ); | |
genesis_unregister_layout( 'sidebar-content-sidebar' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment