Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Your blog title and browser title both has set different as you want. It seems that you have a browser cache issue. Please clear the browser cache and have a check.

    Thanks,

    Shane G.

    In your header.php you most probably using bloginfo(‘name’) for adding the title (the title tags) as well as the h1 heading in the header. You need to change the one that you do not want to show the name of the blog.

    Thread Starter maxrabbit

    (@maxrabbit)

    ArnoldGoodway, thank you! However, I don’t understand how to change it.

    Here are the first 3 lines of my header:

    <title><?php wp_title('&laquo;', true, 'right'); ?><?php bloginfo('name'); ?></title>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />

    So what do I change to make my browser title say something different?

    Thanks!

    MaxRabbit, you can indeed edit your header.php to achieve the desired result. That site you posted as a reference to in your original post appears to actually be using the ‘All in one SEO pack’ plugin to change their page titles.

    If you’re not familiar with PHP, I’d probably choose that as the better option in this case.
    https://www.ads-software.com/extend/plugins/all-in-one-seo-pack/

    Thread Starter maxrabbit

    (@maxrabbit)

    Thanks alism ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change browser title but keep Blog Title’ is closed to new replies.