Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Last active December 26, 2015 02:28
Show Gist options
  • Save jamiemitchell/7078202 to your computer and use it in GitHub Desktop.
Save jamiemitchell/7078202 to your computer and use it in GitHub Desktop.
Unregister Genesis sidebars
<?php
/* Unregister sidebars
------------------------------------------------------------ */
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