Skip to content

Instantly share code, notes, and snippets.

@AMNDesign
Created August 27, 2013 21:02
Show Gist options
  • Save AMNDesign/6359110 to your computer and use it in GitHub Desktop.
Save AMNDesign/6359110 to your computer and use it in GitHub Desktop.
Remove your site's title and description using the Genesis Framework.
<?php
//* Remove 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