Skip to content

Instantly share code, notes, and snippets.

@damiencarbery
Created September 16, 2017 15:57
Show Gist options
  • Save damiencarbery/fa39a2347882f8dd070468c91c43cfad to your computer and use it in GitHub Desktop.
Save damiencarbery/fa39a2347882f8dd070468c91c43cfad to your computer and use it in GitHub Desktop.
add_action( 'genesis_after_header', function () {
if ( is_front_page() )
unregister_sidebar( 'welcome' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment