I want my post name to come before my blog name, so I modified the header code...
<title>
<?php wp_title(); ?> at
<?php bloginfo('name'); ?>
</title>
Which gets me:
>> Story at Website
How do I remove the >> symbols ?
I want my post name to come before my blog name, so I modified the header code...
<title>
<?php wp_title(); ?> at
<?php bloginfo('name'); ?>
</title>
Which gets me:
>> Story at Website
How do I remove the >> symbols ?
Hello
This might help: http://elasticdog.com/2004/09/optimal-title/
This topic has been closed to new replies.