Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created October 30, 2011 04:35
Show Gist options
  • Save billerickson/1325492 to your computer and use it in GitHub Desktop.
Save billerickson/1325492 to your computer and use it in GitHub Desktop.
Genesis: Unregister Unused Layouts
<?php
// Unregister other site layouts
genesis_unregister_layout( 'content-sidebar' );
genesis_unregister_layout( 'sidebar-content' );
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