The most recent posts are listed in the blog's side-bar. So what about adding the number of comments posted on each post of them.
To do this just replace the following code:
<ul id="recently">
<BloggerPreviousItems>
<li><a href="<$BlogItemPermalinkURL$>"><$BlogPreviousItemTitle$> </a></li>
</BloggerPreviousItems>
</ul>
With this one:
<ul id="recently">
<BloggerPreviousItems>
<li><a href="<$BlogItemPermalinkURL$>"><$BlogPreviousItemTitle$> (<$BlogItemCommentCount$>)</a></li>
 </BloggerPreviousItems>
</ul>
And once more, if you are reading this post in any blog aggregator and you can't see the code well, just 
click here.
Tags: 
Blog, 
Blogspot, 
Gr33n Data
 
Thanks, I've been lookin for this one.
ReplyDelete