• Resolved andreadelriva

    (@andreadelriva)


    I’m using blog roll as home page, but i doubt does any different.
    For some reasons the header shows a duplicated Blog title or Description meta tag.

    I’ve unchecked the option to show blog title / descrption in Appearance> customize, and removed all the test, but still is showing parte of the meta tag code.

    I’m already using All in Seo pack Blog title meta, so I have like a double title on my site now.

    Is maybe a bug due to last update?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Excellent Theme.
    I too have noticed that all page titles include duplicate blog names.
    e.g. Page Title becomes
    Welcome | Our new wordpress siteOur new wordpress site

    My site has no additional SEO plugins and switching back to one of the standard TwentyXXX themes corrects the issue, hence it looks like a Theme issue.

    I think problems is in

    Function blue_planet_wp_title in extras.php

    commenting out the lines as follows

    // Add the blog name
    //	$title .= get_bloginfo( 'name' );
    
    	// Add the blog description for the home/front page.
    	$site_description = get_bloginfo( 'description', 'display' );
    //	if ( $site_description && ( is_home() || is_front_page() ) ) {
    //		$title .= " $sep $site_description";
    //	}

    seems to correct the problem.

    Theme Author Nilambar Sharma

    (@rabmalin)

    I have fixed this issue in latest update. Theme update is in queue for theme review. It will be released in few days may be.

    Theme Author Nilambar Sharma

    (@rabmalin)

    @andreadelriva @friendsofcruk Have you updated the theme?

    Theme Author Nilambar Sharma

    (@rabmalin)

    Closing the thread. ??

    Thread Starter andreadelriva

    (@andreadelriva)

    I forgot to reply here when weeks ago, so I just do it now. Yes, all is working fine now. Thx Nilambar

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Duplicated meta tag Header title in Home page’ is closed to new replies.