My WordPress blog title refuses to change...no matter what I do every page shows up as "MildlyHotBlog." This happens despite the fact that I had changed my blog name to "MildlyHotPeppers." When I go to a single-post page, it still shows only "MildlyHotBlog." I checked the header file, and it looks fine:
<title><?php if ( is_single() ) { ?> <?php the_title(); ?> -<?php } ?> <?php bloginfo('name'); ?> </title>
I'm really at a loss as to what to do. ):