Render the list of recent comments in the WebSideBar
The maximum age of a BlogComment to be displayed is hardcoded below in epoch seconds.
See the age="2592000" parameter below. 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)