View Single Post
Old 2006-03-07, 11:18 PM   #4
RawAlex
Took the hint.
 
Join Date: Mar 2003
Posts: 5,597
Send a message via AIM to RawAlex
You might want to try:

<title><?php wp_title(); ?><?php if ( is_single() ) { ?> : <?php } ?><?php bloginfo('name'); ?></title>

That should work, and won't give you a blank : at the start of regular pages. As always, keep a backup of the previous version before you start.

Alex
RawAlex is offline   Reply With Quote