Display comments on front page?
Display comments on front page?
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!
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Display comments on front page?
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Display comments on front page?
Please be aware that this might easily clutter your index page.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.
YL