using add_theme_support( ‘title-tag’ ); getting "REQUIRED" note.
-
I am getting the following two lines:
REQUIRED: The theme needs to have a call to wp_title(), ideally in the header.php file.
REQUIRED: The theme needs to have <title> tags, ideally in the header.php file.I just removed wp_title() in favor of using
add_theme_support( ‘title-tag’ );
in functions.php.So, what’s wrong? What did I miss?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘using add_theme_support( ‘title-tag’ ); getting "REQUIRED" note.’ is closed to new replies.