Page 1 of 1

Display comments on front page?

Posted: Wed Jan 02, 2008 8:28 pm
by greenwayg
Is there any way to setup serendipity so that it displays some/all of the comments for a post directly on the front page? Thanks!

Re: Display comments on front page?

Posted: Thu Jan 03, 2008 1:28 pm
by garvinhicking
Hi!

Yes, you can edit the entries.tpl template, check for usage of the $is_single_entry variable, and move those IF-structure around so that comments are also displayed even if $is_single_entry is not true.

Regards,
Garvin

Re: Display comments on front page?

Posted: Thu Jan 03, 2008 3:28 pm
by yellowled
garvinhicking wrote:Yes, you can edit the entries.tpl template, check for usage of the $is_single_entry variable, and move those IF-structure around so that comments are also displayed even if $is_single_entry is not true.
Please be aware that this might easily clutter your index page.

YL

Posted: Thu Jan 03, 2008 4:02 pm
by greenwayg
Thanks for the info. I'll take a look at that.