Wordpress: ‘Recent Comments’ snippet
A little piece of code that I found on BlogOhBlog.com. However, the code wasn’t doing proper formatting since all comments exceeding the sidebar width ended like the normal ones, so I simply added “..” at the end of lengthy comments. Also modified the display format to:
<Author> (on <PostTitle>):
<Comment text>
The code snippet can be used to [...]