• Resolved dahle

    (@dahle)


    I love the simplicity of the Voltata theme. I have uploaded my own banner with the blog name at https://www.thegaugewars.com so I do not want to add the site title under general setting because then it shows above the banner, with the title included, that I already placed there. Is there way to have thegaugewars appear as the title on the browser tab without doing this? Right now it just says “l”. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Just the below code in your themes header.php file

    <title><?php if(is_home()) { echo bloginfo("name"); echo " | "; echo bloginfo("description"); } else { echo wp_title(" | ", false, right); echo bloginfo("name"); } ?></title>

    Thread Starter dahle

    (@dahle)

    This may be a dumb question but the themes header php file in my Cpanel in go daddy? Or does it happen in the editor on the wordpress dashboard? And I assume I change the “name” in the code to my blog name? Thank you!!!

    Thread Starter dahle

    (@dahle)

    I did it in the header.php file under the appearance-editor on my wordpress dashboard but it did not fix the problem. Any other ideas?

    Thread Starter dahle

    (@dahle)

    Figured it out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the name of my blog on the browser tab’ is closed to new replies.