• I have recently changed the URL that my blog sits on, although it is the same server. After having changed all relevant info within WP, and the underlying database, namely the wp-options table, I am still seeing the old blog title at the top of the browser when I go to the site.

    This only happens on the main page. In anyone has any thoughts, I would appreciate hearing them.

    Thanks,

    Martin

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try looking in your theme’s header.php file.

    Thread Starter mortgage_master

    (@mortgage_master)

    Nothing in the header.php. I was hoping that would be it though.

    Thread Starter mortgage_master

    (@mortgage_master)

    BTW, if I was unclear, and in reading this over, I may have been, this information is appearing in the title of the browser itself, versus the header of the blog.

    That’s still within your header.php file. Look for the <title></title> tags.

    Thread Starter mortgage_master

    (@mortgage_master)

    Hi Esmi,

    I have looked EVERYWHERE for this title. In the header.php, as far as title tags go, all I am seeing is:

    <!– Title –>
    <title><?php wp_title(‘»’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>

    Any thoughts on this? I have also gone through the tables in the DB to see perhaps if something was hidden there. Nada.

    Thank you for all of your help and interest in this.

    <?php bloginfo('name'); ?> displays your blog name.

    Thread Starter mortgage_master

    (@mortgage_master)

    OK, but where is that value coming from, so I can change it at the source?

    Thanks

    Thread Starter mortgage_master

    (@mortgage_master)

    I got the answer Esmi, and thanks for your help.

    Turns out it was in the All-in-One SEO Configuration page. I changed it there and the site is completely moved over to the new domain.

    Thanks again

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Page title same after changing URL’ is closed to new replies.