Skip to main content
added 9 characters in body
Source Link
Tom J Nowell
  • 61.6k
  • 7
  • 81
  • 150

My website theme header.php uses this code:

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

And I'm seeing two <title> tags in the page source.

How can I solve this?

My website theme header.php uses this code:

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

And I'm seeing two <title> tags in the page source.

How can I solve this?

My website theme header.php uses this code:

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

And I'm seeing two <title> tags in the page source.

How can I solve this?

added 35 characters in body; edited title
Source Link
Sally CJ
  • 40.5k
  • 2
  • 29
  • 50

how How to solve Thethe site title is<title> tag being displayed twice?

My website theme header.php having code []header.php uses this code:

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

The error ofAnd I'm seeing two title<title> tags? in the page source.

How can I solve this?

how to solve The site title is displayed twice?

My website theme header.php having code []

The error of two title tags?

How can I solve this?

How to solve the site <title> tag being displayed twice?

My website theme header.php uses this code:

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

And I'm seeing two <title> tags in the page source.

How can I solve this?

Source Link
anusha
  • 11
  • 1
  • 2

how to solve The site title is displayed twice?

My website theme header.php having code []

The error of two title tags?

How can I solve this?