Render the list of recent comments in the WebSideBar
The maximum age of a BlogComment to be displayed is configurable by the COMMENTSAGE
variable in the WebPreferences. Current value is 2592000 epoch seconds.
Customize it to
month: 2592000
months: 5184000
months: …
as you like. The reason for that is to fade out old comments and even don't display
the comments section in the sidebar at all if your blog grows lonely. It is no good
advertisement to display very old comments in this prominent position with obiously
no newer comments than that.
Parameters
LIMIT: maximal number of comments to list
CAT: restrict scope to the given category (optional)
AUTHOR: restrict scope to the given author (optional)