fix(header): remove duplicate title tag
Removed the redundant title tag from the header to prevent duplication and potential SEO issues. The title is already dynamically handled elsewhere in the theme. Reducing clutter and improving maintainability.
This commit is contained in:
parent
bc77ba4aba
commit
d87996372e
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title><?php wp_title('|', true, 'right'); ?></title>
|
|
||||||
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
|
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
|
||||||
<?php wp_head(); ?>
|
<?php wp_head(); ?>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue