• susiej

    (@susiej)


    I had some code problems, and had to reinstall my header. Now, the name of my site is showing up twice — I’ve looked in the layout css and the header file, but I can’t find what’s causing it. https://www.susiej.com
    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter susiej

    (@susiej)

    When I say the name is showing up twice — I mean in the tool bar of the browser — where it shows you the name of the page. It has SusieJ twice. (I’m working on the header image, and can fix that part.)
    I tried to ping with kping, and I got an error saying “length”, and I’m wondering if the two names in the tool bar are related to the problems with kping.
    Thanks

    I have the same problem!

    I’m using this code in my header.php file:

    <title><?php bloginfo(‘name’); ?> <?php wp_title(); ?><?php if (is_single() || is_page() || is_archive()) { wp_title(”,true); } else { bloginfo(‘name’); echo(‘ — ‘); bloginfo(‘description’); } ?>
    </title>

    Blog address is https://www.missiongocostarica.org.

    Any help would be appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘header title showing up twice’ is closed to new replies.