We recently upgraded to the latest and greatest. Now the homepage that is a list of the last 10 posts is having issues with the title tag.
<title><?php wp_title(' | ', true, 'right'); ?> <?php bloginfo('name'); ?> <?php if(is_home()) print " | News, Trends, and Advice in Small Business" ?></title>
this is what gets generated:
<title>Page not found | Business Blog </title>
It looks like the is_home() function isn't working anymore either. Any ideas? I've tried searching the forum but no luck so far.
Thanks, Tom!