1. Log in to your blogger account and go to Design page and click Edit HTML. You should back up your template before you proceed
2. Mark the box named Expand Widget Template
3. Press CTRL + F on your browser to find this code:
<b:loop values='data:post.comments' var='comment'>4. You found it? Good! Just above it, paste thispiece of code:
<script type='text/javascript'>var CommentsCounter=0;</script>5. We're almost done now, search once again fro this code:
<b:if cond='data:comment.authorUrl'>6. Immediately after it, paste this:
<script type='text/javascript'>
CommentsCounter=CommentsCounter+1;
document.write(CommentsCounter+".")
</script>Now save your template and preview your blog to see the numbered comments on your blog. It's only a little piece of javascript that doesn't even affect your page load time.

This is the exact one I'm using right here and it looks cool, huh? I also suggest you read Numbered Page Navigation if you find this helpful.













Don Caprio's just another regular dude, an average person like everybody else and I live in The World's Most Populous Black Nation.
I started blogging late 2009, I'm still loving it and I'm the type of guy that'll love to have my computer inside my coffin when I die.Don't smile, it ain't no joke.
You can add me as friend on
3 comments:
nice trick
you can using too with <ol> variable
nice to meet you \m/
btw...your reply button not good work :D
Yes, thanks for letting me know. Just fixed it though it's quite unlike the ones we see on wordpress blogs.@Beben Koben
Post a Comment