Skip to content

Instantly share code, notes, and snippets.

@jpmarchand
Last active January 31, 2016 00:01
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 jpmarchand/fc14f4c638a422097834 to your computer and use it in GitHub Desktop.
Save jpmarchand/fc14f4c638a422097834 to your computer and use it in GitHub Desktop.
Remove site description from Genesis-based site. Source: https://my.studiopress.com/snippets/header/#remove-site-description
<?php
//* Remove site description in Genesis
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