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/355d067d535fe3cb6bcac6fb4104f81b to your computer and use it in GitHub Desktop.
Save authentikHQ/355d067d535fe3cb6bcac6fb4104f81b to your computer and use it in GitHub Desktop.
Remove primary sidebar with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Remove primary sidebar.
unregister_sidebar( 'sidebar' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment