Last active
January 1, 2016 08:19
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* 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