Skip to content

Instantly share code, notes, and snippets.

@gottalovelattes
Created March 12, 2017 01:40
Show Gist options
  • Save gottalovelattes/0036793f211c2edcc85744ff4af6009d to your computer and use it in GitHub Desktop.
Save gottalovelattes/0036793f211c2edcc85744ff4af6009d to your computer and use it in GitHub Desktop.
Remove the widget area in the site header with the Genesis Framework.
<?php
//* Do NOT include the opening php tag
//* Remove the header right widget area
unregister_sidebar( 'header-right' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment