I have created a separate blog from an already existing blog. I have changed site and home url. I have also changed the blog title. But I am not able change the title showing in the home page. Its showing the name of old blog (copied blog). Can anyone suggest me how to change the title?
Leave a Reply
You must be logged in to post a comment.
If you use the WP plugin All in One SEO Pack, and then go into the plugin’s general settings, that should work. We had the same issue and wrote a pretty detailed blog post about it: Change Title of a WordPress Home Page.
Have you tried looking at admin > appearance > editor? then checking header for the title tag and seeing if you or someone else change the title to the old blog name? If not then I’d suggest doing so and changing it to
<title><?php wp_title(' '); ?></title>