Site title appearing twice on browser tab
-
I know there have been posts on this in the past, BUT I can’t seem to resolve this issue. My site title is appearing twice in browser tabs, and I do not have the Yoast SEO plugin.
<head> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <code></code> <![endif]--> <meta charset="<?php bloginfo('charset'); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="https://gmpg.org/xfn/11" /> <!-- Theme Css --> <?php $quality_pro_options=theme_data_setup(); $current_options = wp_parse_args( get_option( 'quality_pro_options', array() ), $quality_pro_options ); ?> <?php if($current_options['upload_image_favicon']!=''){ ?> <link rel="shortcut icon" href="<?php echo esc_url($current_options['upload_image_favicon']); ?>" /> <?php } wp_head(); ?> </head>
Help?
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Site title appearing twice on browser tab’ is closed to new replies.