Skip to content

Instantly share code, notes, and snippets.

@craigsimps
Last active August 29, 2015 14:18
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 craigsimps/4ea87d166d63306f4c57 to your computer and use it in GitHub Desktop.
Save craigsimps/4ea87d166d63306f4c57 to your computer and use it in GitHub Desktop.
Remove Genesis site title and description from header.
// 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