Created
May 10, 2013 16:53
-
-
Save JiveDig/5555708 to your computer and use it in GitHub Desktop.
Remove site title and site description
This file contains hidden or 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 the site title | |
remove_action( 'genesis_site_title', 'genesis_seo_site_title' ); | |
// Remove the site description | |
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