title repeating
-
Hi there,
I am fighting to find a way to end this error. My title tag is repeating twice. Thus, the header.php code seems to be correct. Is it from here? I tried to find it on other posts, and there are similar problems but I think the reason is different for mine ??
Thanks by advance for any kind of help ??
The website is https://www.artiane.com<!--Meta Tags--> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php if(theme_get_option('general','enable_seo_settings') == 'yes') : ?> <meta name="keywords" content="<?php echo stripslashes(theme_get_option('general','meta_keywords')); ?>" /> <meta name="description" content="<?php echo stripslashes(theme_get_option('general','meta_description')); ?>" /> <?php endif; ?> <!--Title--> <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> <!--RSS Feeds & Pingbacks--> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS2 Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘title repeating’ is closed to new replies.