Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 11, 2015 12: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 reasonstousegenesis/262ac309f55636af0309 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/262ac309f55636af0309 to your computer and use it in GitHub Desktop.
Let WordPress handle the title tag with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Let WordPress handle the title tag with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/add-theme-support-title-tag/
*/
add_theme_support( 'title-tag' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment