Are you looking for my non-technical blog?

This is now my technical-only blog, my non-technical blog is here.

24 October 2005

Recent Posts - Comments Count

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: , ,

1 comment: