1 exiges Apr 26, 2005 23:42
3 exiges Apr 27, 2005 16:59
b2evolution-0.9.0.11d-2004-09-22
Regards
4 graham Apr 27, 2005 17:38
This is really odd. This is what I've got in my _main.php, and it works as expected. Maybe there's a slight difference to what you have...
<title><?php
$Blog->disp('name', 'htmlhead');
single_cat_title( ' - ', 'htmlhead' );
single_month_title( ' - ', 'htmlhead' );
single_post_title( ' - ', 'htmlhead' );
arcdir_title( ' - ', 'htmlhead' );
last_comments_title( ' - ', 'htmlhead' );
stats_title( ' - ', 'htmlhead' );
?>
</title>
5 stk Apr 28, 2005 03:32
Don't know if this helps, but mine is input as
single_post_title('Full View for: ');
Just checked your site & it appears to be working now (?). I click the post name link & the post name shows up in the title area.
What did you do to fix it?
What version of b2evo are you using?