Skip to content

Instantly share code, notes, and snippets.

@theMikeD
Created August 27, 2014 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theMikeD/04db59964028e3deec81 to your computer and use it in GitHub Desktop.
Save theMikeD/04db59964028e3deec81 to your computer and use it in GitHub Desktop.
add_action('genesis_setup','md_genesis_core_setup');
function md_genesis_core_setup() {
unregister_sidebar( 'header-right' );
unregister_sidebar( 'sidebar' );
unregister_sidebar( 'sidebar-alt' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment