• mealtog

    (@mealtog)


    I was wondering if it was easy to remove Blog Title from the HTML Title. I want each Blog’s Subject to be the HTML title. Can I do this?

    Right now, its:

    Weblog Title – Archives (if available) – Blog Title.

    I want it to be just Blog Title if possible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • moshu

    (@moshu)

    Open the header.php file in your theme and find the <title> line then change it to have just this
    <title><?php bloginfo('name'); ?></title>

    Thread Starter mealtog

    (@mealtog)

    Perfect. That did it. Thanks Moshu!

    I actaully copied and pasted a duplicate line above the title tag, and commented it out. Just in case, I want to go back at a later date.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to edit HTML Title of each page?’ is closed to new replies.