Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save idavinder/99ff9b6470c9e36e2226 to your computer and use it in GitHub Desktop.
Save idavinder/99ff9b6470c9e36e2226 to your computer and use it in GitHub Desktop.
Remove Header Area and Header Markup in Genesis Theme
/** Remove Header Area and Header Markup in Genesis Theme */
remove_action( 'genesis_header', 'genesis_header_markup_open', 5 );
remove_action( 'genesis_header', 'genesis_do_header' );
remove_action( 'genesis_header', 'genesis_header_markup_close', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment