• Currently, it seems like WordPress displays the “site title” after the “page title” in the title bar in a browser for every page except the home page. Is there any way to have it not display the “site title” at all, just the “page title”?

    Also, out of curiosity, does google penalize you if one has over 60 characters in their site title or does google simply stop after 60 and disregard the rest?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter fshbrsh

    (@fshbrsh)

    Bump ??

    You will need to change the code in header.php file as that where the titles come from.

    have you tried to use a seo plugin SEO Ultimate

    Thread Starter fshbrsh

    (@fshbrsh)

    What in the code needs to be taken out?

    Here is the current title code: <?php wp_title( ‘-‘, true, ‘right’ ); echo wp_specialchars( get_bloginfo(‘name’), 1 ) ?>

    We’re using All in One SEO, which we are very happy with and works great – but it still keeps the site title in there it seems.

    Have you the seo plugin if that is sending the titles.

    If you can paste the header.php code in https://wordpress.pastebin.com and paste url

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Question about site titles within WordPress’ is closed to new replies.