So I changed my blog's title in the Admin CP to a completely new name, and my main index page's title remains my former name while the other pages bear the new blog's name. Anything I did wrong?
So I changed my blog's title in the Admin CP to a completely new name, and my main index page's title remains my former name while the other pages bear the new blog's name. Anything I did wrong?
Check out your theme's header.php, the title of blog might have been hardcoded. Should be something like <title><?php bloginfo('name'); ?><?php wp_title(); ?></title />
I switched themes to test the site, and the same problem appears universal on all themes, including the WP Default theme.
EDIT: I also checked the header files, they're where they should be.
A link to your site would help. As would some indication of what the old and new site names are.
This topic has been closed to new replies.