Recent Topics

1 Apr 26, 2005 23:42    

I'm trying to find out what I'm doing wrong.. I would like to have the title of a post showing in the title bar when I view it.

If I click on the calendar, I get the month / date showing in the title.

If I click on a category, I get the category showing in the title.

Yet, clicking on a single post just gives me my Blog name.

My _main.php contains:

<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' );
?>

If you would like to see it in action: http://www.septic-isle.com

Also, I would like to take this opportunity to thank all the guys at B2E for a super product. I was using MT previously which was a pain to use, and used too many system resources. The conversion to B2E was amazingly simple due to the flexible import function. :D

2 Apr 27, 2005 14:49

What version of b2evo are you using?

3 Apr 27, 2005 16:59

b2evolution-0.9.0.11d-2004-09-22

Regards

4 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 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?


Form is loading...