php - Site title not showing. Please help me

admin2025-04-26  12

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>
转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745658777a312614.html

最新回复(0)