<title><?php bloginfo('name'); wp_title('|', true, 'left'); ?></title>
↑head内に上記があるが、これ実はいらない ざくっと削除
ファンクションに以下を追加しておくだけでOK
add_theme_support( 'title-tag' );
Just another WordPress site
<title><?php bloginfo('name'); wp_title('|', true, 'left'); ?></title>
↑head内に上記があるが、これ実はいらない ざくっと削除
ファンクションに以下を追加しておくだけでOK
add_theme_support( 'title-tag' );