Skip to content

Instantly share code, notes, and snippets.

@srdjan-m
Last active February 12, 2017 18:19
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 srdjan-m/18070a356e09f1a0000261841e9170a9 to your computer and use it in GitHub Desktop.
Save srdjan-m/18070a356e09f1a0000261841e9170a9 to your computer and use it in GitHub Desktop.
genesis: remove sidebars
// Remove sidebars
remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );
remove_action( 'genesis_sidebar_alt', 'genesis_do_sidebar_alt' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment