1 sdotson Apr 08, 2008 15:18
3 sam2kb Apr 08, 2008 16:07
Hey, in 1.10 the single post title is already in format "Blog name - Post title", at least in default skins.
Just make sure your _main.php has this code
<title><?php
$Blog->disp( 'name', 'htmlhead' );
request_title( ': ', '', ' - ', 'htmlhead' );
?></title>
This is for 2.x version, sorry I didn't read your post carefully. I'll post the code for 1.10 in a minute ;)