Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 11, 2015 11:27
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/f52f527943cad2ca8601 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/f52f527943cad2ca8601 to your computer and use it in GitHub Desktop.
Revert to the WordPress default title tag
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Revert to the WordPress default title tag
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-default-title/
*/
remove_filter( 'wp_title', 'genesis_default_title', 10, 3 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment