Skip to content

Instantly share code, notes, and snippets.

@jpmarchand
Last active November 6, 2015 02:15
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 jpmarchand/f685e8f2221c71257946 to your computer and use it in GitHub Desktop.
Save jpmarchand/f685e8f2221c71257946 to your computer and use it in GitHub Desktop.
Remove Genesis "Header Right" widget area. Source: http://my.studiopress.com/snippets/header/#remove-widget-area
<?php
//* Remove Genesis "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