• (Is there a way to search this forum? .. rather than all of WordPress?)

    The home page is static and is set to a page named “Home Page”. I get:
    Home > Home Page > second-level page

    The only difference is the URL for second link has a trailing slash.

    I obviously don’t need two links to Home — and I’d like to have the Home Page’s link read only Home.

    I had to modify my header.php to put wp_title into the title meta tag, as per the plugin instructions.

    I also do not get a title when on the Home Page — and I added the if-else to check for home
    is_home() ? bloginfo('description') : wp_title('');
    (is_home apparently returns false even when on home page)
    thanks,
    Tom

    http://wordpress.org/extend/plugins/wordpress-seo/

  • The topic ‘[Plugin: WordPress SEO by Yoast] two Home links in breadcrumb trail’ is closed to new replies.