Skip to content

Instantly share code, notes, and snippets.

@chrisegg
Last active January 1, 2016 08: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 chrisegg/8117771 to your computer and use it in GitHub Desktop.
Save chrisegg/8117771 to your computer and use it in GitHub Desktop.
Removes the Page Title widget area from the homepage (Step 2 of 3)Usage: Place the following code in your themes home.php or front-page.php file
//* Removes Page Title widget area from the homepage
remove_action( 'genesis_after_header', 'cegg_pagetitle' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment