Quote Originally Posted by admin View Post
Try this in between <title></title>:

PHP Code:
<?php wp_title('');  if(wp_title(''false)) { echo ' &ndash;'; } bloginfo('name'); ?>
Also, please tell me what page you used on your front page and if it has a title. You may have left a blank title for your post somewhere.

Sorry, this is really messing with my head too
Just a quick note to say I experienced this precise same issue and that the above method solved the problem with perfectly.

Cheers,
Jeff T.