Last active
August 29, 2015 14:18
-
-
Save craigsimps/4ea87d166d63306f4c57 to your computer and use it in GitHub Desktop.
Remove Genesis site title and description from header.
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
// Remove Genesis Site Title & Description | |
remove_action( 'genesis_site_title', 'genesis_seo_site_title' ); | |
remove_action( 'genesis_site_description', 'genesis_seo_site_description' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment