If you check your WP homepage <title> meta data, then the title looks fine - check out a category page or an individual page and voila - spaces before the text: <title> lala</title> How can I remove them? thanks
Presentation>Theme Editor>category.php/archive.php or something like that, and check the HTML code there.
Nope it relates to header.php: <title><?php wp_title(''); ?><?php if(wp_title('', false)) { ?> | <?php } ?><?php bloginfo('name'); ?></title>
Thanks, but I used Seo Title Tag in for my meta descriptions, I found it was more useful in that location...shame there's still the problem with spaces...is a bug in WP?