In my theme's source code, the title shows up like the following:
<title>[space]Title</title>
Here's the code I use to display my title:
<title><?php wp_title(' '); ?><?php if(wp_title(' ', false)) { echo ' - '; } ?><?php bloginfo('name'); ?><?php if (is_home()) echo " - description"; ?></title>
Then make one. It's usually covered by H1 or #blogtitle, in which case I would have suspected a left margin causing the space...
Ooops, you did say in your source... n/m (snipe-hunt)
Is it at all possible that in Options -> General
your blog title has a space before it?
The way I have my title, it will display the subject first and then my site title. But if it is on the homepage it will display the site title and then a description of the site.
Normal Page:
Contact - Website Name
Front Page:
Website Name - Description
This doesn't really matter much since the visitor can't see it unless they look at the source, but it is really bugging me.
I checked the options and they are fine.
lapantoja
Member
Posted 5 years ago #
I have the same problem, helpp please!!!!!!!
PD: Its only occurs when using K2.