Created
April 16, 2017 22:17
-
-
Save douglasanro/8afcc9b79e44640bdac4cc422a442f20 to your computer and use it in GitHub Desktop.
Let WordPress manage the document title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* ---------------------------------------------------------------------------- | |
* Let WordPress manage the document title | |
* ------------------------------------------------------------------------- */ | |
// Add the following to functions.php and remove the <title> tag from your header. | |
add_theme_support( 'title-tag' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment