Skip to content

Instantly share code, notes, and snippets.

@studiopress
Last active December 17, 2015 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save studiopress/5570598 to your computer and use it in GitHub Desktop.
Save studiopress/5570598 to your computer and use it in GitHub Desktop.
Genesis sidebars.
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Unregister primary sidebar
unregister_sidebar( 'sidebar' );
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* 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