Skip to content

Instantly share code, notes, and snippets.

@salcode
Created August 26, 2015 19:55
Show Gist options
  • Save salcode/d54992e2dad16e372fa0 to your computer and use it in GitHub Desktop.
Save salcode/d54992e2dad16e372fa0 to your computer and use it in GitHub Desktop.
Genesis remove Header Right Widget Area (a.k.a. sidebar)
<?php
unregister_sidebar( 'header-right' );
remove_action( 'genesis_header', 'genesis_do_header' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment