Support » Fixing WordPress » How to Change the Wrong Title for My Web Page

  • This is my first time setting up a WordPress blog. As I began the process I had one title name in mind. I changed my mind during the set up process and now my blog displays the wrong name in the search engines.

    So when I open my blog at
    http://theabtonerreviewer.com/

    the name on the html title says Slender Tone System.

    When I look at the source code it has
    <title>Slendertone System</title>

    I want to change it to Ab Toner Reviewer

    I tried to find the index page through my FTP program but seem to be lost trying to find where I would make the change.

    I hope this is making sense and I appreciate any help I can get.

    -Greg

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

    (@twelvefootsnowman)

    It should be in your header.php file.

    Thread Starter Wizenet

    (@wizenet)

    In my header.php I do not find either the right or wrong title. I find this:
    <title><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) { single_cat_title(); echo ‘ – ‘ ; bloginfo(‘name’); }

    elseif (is_single() ) { single_post_title(); }

    elseif (is_page() ) { bloginfo(‘name’); echo ‘: ‘; single_post_title(); }

    else { wp_title(”,true); } ?></title>

    Is it pulling the title from somewhere else?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change the Wrong Title for My Web Page’ is closed to new replies.