• Resolved pete9071

    (@pete9071)


    Hi,

    Currently my homepage tab has my website name in it, but it has the name twice and looks a little messy. Is there a way of making it just have the name once, whilst still keeping the website title for the other pages in the website? URL is https://www.bet-bet-bet.co.uk/

    Thanks,
    Pete

Viewing 4 replies - 1 through 4 (of 4 total)
  • check the settings and entries of your seo plugin, and also check the code of the meta title tag <title> in header.php or your theme;

    to work best with a seo plugin this should only be something like:

    <title><?php wp_title(); ?></title>

    Thread Starter pete9071

    (@pete9071)

    Is there no simpler way than changing the webcode ect of everything?
    I’ve tried deleting the titles in the SEO plugin I have, but it doesn’t seem to do anything for some reason.

    How would I change this code, so that it works?
    <title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo( ‘name’ ); ?></title>

    Thanks,
    Pete

    possibly:

    <title><?php wp_title( '|', true, 'right' ); ?></title>

    or as I already suggested earlier.

    Thread Starter pete9071

    (@pete9071)

    Thanks, that’s got it to do what I wanted. I’ll mark this as resolved.

    Thanks,
    Pete

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tab doubling up the website name?’ is closed to new replies.