Closed justintadlock closed 9 years ago
You should remove this code from header.php:
header.php
<title><?php wp_title( '|', true, 'right' ); ?></title>
And, add this to your theme setup function:
add_theme_support( 'title-tag' );
Closed with commit 28ef8882d33969bc37d00613985881fc46407477
You should remove this code from
header.php
:And, add this to your theme setup function: