• Resolved lbcollaert

    (@lbcollaert)


    Hi,

    I am using a standard unmodified version of Hemingway.

    In the tab for web browsers, normally the name of the website is displayed. In my situation, the URL is being displayed (roamingabout.com) which looks a bit ugly and I would prefer to just have the title of the blog showing (Roaming About). This happens on the home page.

    When on a blog post, the title of the blog is displayed in the browser tab, however I think it should be showing both the blog title and the website title, which it is not. Only the blog title, and a “|” is shown.

    I don’t think there is anything wrong in WP settings and the title in there is correct.

    Here is the url: https://www.roamingabout.com

    Thank you for any help anyone can provide to fix this.

    Liesbet

Viewing 5 replies - 1 through 5 (of 5 total)
  • On my blog agileety.com I have the same issue. Looking forward to a solution. Thanks! ??

    roldengarm

    (@roldengarm)

    I have the same issue. The <title></title> is empty in the HTML. Any news on this?

    roldengarm

    (@roldengarm)

    I’ve fixed it by opening Appearance -> Editor, go to Theme Header (header.php) and replace <title>…</title> with:

    <title><?php bloginfo(‘name’); ?> | <?php is_front_page() ? bloginfo(‘description’) : wp_title(”); ?></title>

    jordanngross

    (@jordanngross)

    It’s fixed now, I think after installing the ‘All in One SEO’ plug-in.

    Thread Starter lbcollaert

    (@lbcollaert)

    I’ve fixed it by opening Appearance -> Editor, go to Theme Header (header.php) and replace <title>…</title> with:

    Thank you! Works perfectly. I suppose someone who maintains the theme should likely add this as a fix also to help everyone.

    Liesbet

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog title not displaying correctly in browser tab’ is closed to new replies.