Place Total Comment Count on Blogger Post Title.

source: codecheese[dot]com

Comment section is an important part of the blog. Having people comment on your blog is a big thing. It’s mean people search and land on the information you put on your site. And for the blogger, it’s feel great. This adding total comment count on blogger post title is not necessary tool. However, when new visitor see the total comment count, they’ll feel they can trust the content you write.

The steps to add this small tool is quiet easy. Just follow the instruction below:

1. Go to Template, and click Edit HTML.
2. Search for this code:

<a expr:href=’data:post.url’><data:post.title/></a>

When you find it, copy the code below and paste it after/below the code above.

<b:if cond=’data:blog.pageType != &quot;item&quot;’>
<img border=’0′ src=’http://1.bp.blogspot.com/_C6KkooKXCEw/SJGzpJXhKoI/AAAAAAAACGw/QZ7IzDBHgFU/s400/icon_comments.png’/>
<a expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’><b:if cond=’data:post.numComments == 1′>1 <b:else/><data:post.numComments/></b:if></a>
</b:if>

3. Save it.

Don’t forget to always back up your template every time you make a change. Good luck!.

Leave a Reply

Your email address will not be published. Required fields are marked *