最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

php - Site title not showing. Please help me

programmeradmin11浏览0评论

Please help me, My WordPress site's title not showing. It's just displaying the domain like, www.example. site: Please check my site code and suggest how to display the normal title tag.

Please help me, My WordPress site's title not showing. It's just displaying the domain like, www.example. site: https://happyygarden Please check my site code and suggest how to display the normal title tag.

Share Improve this question asked Mar 26, 2019 at 6:13 Happyy GardenHappyy Garden 31 bronze badge 1
  • Please close your <title> tag in header file. – Pratik Patel Commented Mar 26, 2019 at 6:25
Add a comment  | 

1 Answer 1

Reset to default 0

Use this code in Header.php file.

<title><?php wp_title(' - ', true, 'right'); ?></title>

But as per page view source code.you have forgot to close tag above tag in header. so please close tag. see this screenshot

Should code like this:

<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
</script>
<title><?php wp_title(' - ', true, 'right'); ?></title>
发布评论

评论列表(0)

  1. 暂无评论