Skip to content

Instantly share code, notes, and snippets.

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 douglasanro/8afcc9b79e44640bdac4cc422a442f20 to your computer and use it in GitHub Desktop.
Save douglasanro/8afcc9b79e44640bdac4cc422a442f20 to your computer and use it in GitHub Desktop.
Let WordPress manage the document title
<?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