adjust wp_title to remove space
-
I know this may sound like a crazy request, but I just want to alter the output in the title tag so there is no space between the blog name and the title of the post. I have tried:
<title><?php bloginfo('name'); ?><?php wp_title(''); ?></title>
and although this removes the default
&rquo;
it leaves a space behind.Is there any way of getting rid of this space? Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘adjust wp_title to remove space’ is closed to new replies.