Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JiveDig/5555708 to your computer and use it in GitHub Desktop.
Save JiveDig/5555708 to your computer and use it in GitHub Desktop.
Remove site title and site description
// 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