admin管理员组文章数量:1417471
i have a web site with a problem in a tag "<title>
" , i see between site title and tagline this character (::) in home page and only one (:) in other page, in my header.php theme i have this :
<title><?php wp_title(); ?></title>
i tried also :
<title><?php wp_title(''); ?></title>
but i see same character:
after this i tried :
<?php $symbolo="|"; ?>
<title><?php wp_title($symbolo); ?></title>
and show this in frontend-sourcecode title:
this is a title :| this is a tagline
in normal circonstances <title><?php wp_title(); ?></title>
with this i see for homepage this:
this is a title :: this is a tagline
and for other page , i see this:
this is a title : this is a tagline
now i want use a symbol (|) instead (:) like this:
this is a title | this is a tagline
how solve this ?
i have a web site with a problem in a tag "<title>
" , i see between site title and tagline this character (::) in home page and only one (:) in other page, in my header.php theme i have this :
<title><?php wp_title(); ?></title>
i tried also :
<title><?php wp_title(''); ?></title>
but i see same character:
after this i tried :
<?php $symbolo="|"; ?>
<title><?php wp_title($symbolo); ?></title>
and show this in frontend-sourcecode title:
this is a title :| this is a tagline
in normal circonstances <title><?php wp_title(); ?></title>
with this i see for homepage this:
this is a title :: this is a tagline
and for other page , i see this:
this is a title : this is a tagline
now i want use a symbol (|) instead (:) like this:
this is a title | this is a tagline
how solve this ?
Share Improve this question edited Oct 9, 2015 at 1:53 themich asked Oct 9, 2015 at 0:00 themichthemich 215 bronze badges1 Answer
Reset to default 0Do you install any SEO plugin? Yoast SEO maybe. Or plugin that related to SEO. It usually overwrite the title setting. Check your plugin first please.
本文标签: phpmy site show this symbol () between site title and tagline
版权声明:本文标题:php - my site show this symbol (::) between site title and tagline 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745267864a2650711.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论