This is driving me fricking nuts. The title on the index page of a word press site I have is showing the title of an old post that I deleted a long time ago. On top of this, I have all in one SEO plugin activated and it should be pulling that title for the homepage.
As I usually do, I leave the WordPress site title empty in the general setting, and let All in One SEO do it's thing with title and description.
I've gone into myphpadmin and made sure there's no remnant files from that post, but I can't figure out why that title is still showing on the homepage.
My title code is standard issue, obviously when I take that out of header.php, the title goes away. Any ideas where to look to fix this thing.
As I usually do, I leave the WordPress site title empty in the general setting, and let All in One SEO do it's thing with title and description.
I've gone into myphpadmin and made sure there's no remnant files from that post, but I can't figure out why that title is still showing on the homepage.
My title code is standard issue, obviously when I take that out of header.php, the title goes away. Any ideas where to look to fix this thing.
HTML:
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>