Hi bloggy readers,
In the default template provided by Blogger service, we can set the comment counter to be shown or not. If you decide to show how many comment in your blog post with the comment counter, then it will appear usually only in the homepage. In this tutorial, i want to show you how to place the comment counter in wherever place that suits you well. That's why i made this post.
How to place the comment counter in wherever position we want?
1. Login to Blogger.com
2. Go to Layout -> Edit HTML
3. Give a tick at the "Expand widget templates"
Make a back up template first, it is important!4. Usually, the comment counter tag code is begun with the h4 tag , now press Ctrl + F and find the code below:
<h4>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>:
</b:if>
</h4>
5. Now to place that comment counter above the post title of your blog, find the code below:
<div class='single' id='post'>
<div class='title'>
<h4> <b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>:
</b:if>
</h4>
6. Save the template and see the result.
Ok, that's all guys. See you at my next tutorial. Good luck bloggy!

| What do you think? |
Related Posts :




