I just ran a theme check using the ‘Theme-Check’plugin on the pinboard theme and was wondering what did this recommendation to add “add_theme_support( “title-tag” ) “refer to and how would I go about adding this info?
Here’s the original message results:
RECOMMENDED: No reference to add_theme_support( “title-tag” ) was found in the theme. It is recommended that the theme implement this functionality for WordPress 4.1 and above.
-
This topic was modified 9 years, 11 months ago by otherwhirl.
It lets WP core handle the output of the <title> tag instead of the theme. You can read more about it here.
Thanks for the quick reply!