Skip to content

Instantly share code, notes, and snippets.

@spearsmarketing
Created May 9, 2013 17:37
Show Gist options
  • Save spearsmarketing/5549115 to your computer and use it in GitHub Desktop.
Save spearsmarketing/5549115 to your computer and use it in GitHub Desktop.
Remove Default Genesis Layouts. Add to functions.php file.
/* 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