Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Last active October 18, 2018 13:53
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 authentikHQ/6a82dbb0a1d1b051562b87dbd8f791cc to your computer and use it in GitHub Desktop.
Save authentikHQ/6a82dbb0a1d1b051562b87dbd8f791cc to your computer and use it in GitHub Desktop.
Remove secondary sidebar with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Remove secondary sidebar.
unregister_sidebar( 'sidebar-alt' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment