Forums

[resolved] Remove text from header without removing title from file info? (4 posts)

  1. rocketllama
    Member
    Posted 3 years ago #

    We want the title "The Ongoing Adventures of Rocket Llama" removed from the top of the page at http://rocketllama.com/ongoing and can't figure out how from the WordPress documentation.

  2. Shane G
    Member
    Posted 3 years ago #

    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.

  3. jcow
    Member
    Posted 3 years ago #

    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>

  4. rocketllama
    Member
    Posted 3 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic