<meta charset="<?php bloginfo('charset'); ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<title><?php wp_title('|', true, 'right'); ?></title>
<?php wp_head(); ?>
....
我沒有啓用的插件我的代碼。 有2個過濾器用於wp_head - 沒有用於顯示'標題', 在整個主題代碼中也沒有其他wp_title或'標題'。
有關我如何刪除第二個標題的任何想法?
確保你沒有add_the me_support('title-tag');在函數中.php – yuyokk
第二個標題出現在哪裏?你能顯示生成的HTML嗎? – Jeff