Viewing 3 replies - 1 through 3 (of 3 total)
  • shane-g

    (@shane-g)

    Hi,

    You can do it from wordpress blog admin section…go to the settings -> general section and remove/edit the blog title…

    That’s it!

    Thanks,

    Shane G.

    At the top of the browser window or at the top of the actual Web page?

    Either way, you would need to edit your template files.

    For the brower window, you would edit the ‘header.php’ file and change
    <title>The Ongoing Adventures of Rocket Llama</title>
    to
    <title></title>

    For the top of the Web page, it looks like you could delete code similar the below code from ‘header.php’ file as well.
    <h1><?php the_title() ?></h1>

    Thread Starter rocketllama

    (@rocketllama)

    Thanks. Shane G didn’t get what I was asking. I already knew that much.
    Jcow’s tips got it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove text from header without removing title from file info?’ is closed to new replies.