Latest News

Powered by Blogger.

Social Icons

Followers

Pages

Friday, 11 May 2012

NUMBERED COMMENT HACK FOR BLOGGER.

You might have seen some blog's comments numbered,and you like to add this style to your blog.
.
It looks cute for bloggers,as it makes your blog look like a professional one.

To begin with the processes...
  • Go to your Design>>Edit HTML.
  • Backup your template in case something goes wrong.But if you have a backed up template,you can skip this step.
  • check the box next to
    Expand Widget.
  • Now search for the following codes by pressing Ctrl+F on your computer. <b:loop values='data:post.comments' var='comment'>
  • Once you've found that code,paste this code directly ABOVE it~

    <script type='text/javascript'>var CommentsCounter=0;</script>
  • Having done that,go back to the search box by hitting Ctrl+F again and search for this new code~

    <b:if cond='data:comment.authorUrl'>

    Once you've found that code,paste the following codes directly ABOVE it~

    <script type='text/javascript'> CommentsCounter=CommentsCounter+1; document.write(CommentsCounter+".") </script>
  • You are done.Preview your blog to ensure there are no errors.Though,you won't be able to see if the comments are numbered or not through the preview.

  • Now save your template and view your blog.
  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Item Reviewed: NUMBERED COMMENT HACK FOR BLOGGER. 9 out of 10 based on 10 ratings. 9 user reviews.
Scroll to Top