Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danielmcclure/e01cdd0fc15b710c3ab6 to your computer and use it in GitHub Desktop.
Save danielmcclure/e01cdd0fc15b710c3ab6 to your computer and use it in GitHub Desktop.
<?php
//* Do NOT include the opening php tag
//* Unregister primary sidebar
unregister_sidebar( 'sidebar' );
<?php
//* Do NOT include the opening php tag
//* 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