Skip to content

Instantly share code, notes, and snippets.

@spearsmarketing
Created May 9, 2013 17:37
Show Gist options
  • Save spearsmarketing/5549121 to your computer and use it in GitHub Desktop.
Save spearsmarketing/5549121 to your computer and use it in GitHub Desktop.
Unregister WordPress Secondary Sidebar. Add to functions.php file.
/**** Unregister Secondary Sidebar ****/
unregister_sidebar( 'sidebar-alt' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment