i have the platinum seo pack plugin installed on this site: http://www.willowbilliards.com/ and it doesnt seem to be working. at the top of every page it says "Upcoming Events..." even though I specified on each page what the title and description should be. here's the code from my header.php file: <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title(' '); ?><?php if(wp_title(' ', false)) { ?> at <?php } ?><?php bloginfo('name'); ?></title> <meta name="keywords" content="" /> <meta name="description" content="" /> Code (markup): any idea why its not working??? please advise. thanks.