LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » Blogspot / Blogspot Tricks » How To Add Auto Comment Count Below Post Titles In Blogger?

How To Add Auto Comment Count Below Post Titles In Blogger?

How To Add Auto Comment Count Below Post Titles In Blogger?

Blogger officially shoes comment count before comment form by default but nearly 99% Bloggers want to make there blog look like WordPress so they want to customize there blog. So in many WordPress blog, the comment of post count is shown along title so the visitor can see the importance of post. If a post has more comments then it shows the importance and popularity of post.

You have to just make it more beautiful and professional that you can do. You can add more awesome customize CSS according to your blogger template. The reason that why we are not sharing CSS is because everyone have different template so they themself can make it a better match. So without any more preface, let garb the code and use it.

Features:

1.) Simple Blogger Code.
2.) Fully Customizable.
3.) Short Code With Default Setting.
4.) Catch More Readers To The Post.
5.) Show Your Post Importance.

How To Add In Blogspot?

1.) Go To Your www.blogger.com
2.) Open Your Desire “Blog“.
3.) Go To “Template“.
4.) Click “Edit HTML“.
5.) Now Click Within Code Box.
6.) Press [CTRL+F] To Search <div class=’post-header’> Code.
7.) Now Copy The Below Code And Paste It After <div class=’post-header’>  Code..
8.) Click “Save Template” And Done.

<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
<b:if cond='data:post.numComments == 0'> 
Be the first to comment!
<b:else/>
<b:if cond='data:post.numComments == 1'>
<data:post.numComments/> 
Comment so far...
<b:else/>
<data:post.numComments/> 
Comments so far...
</b:if>
</b:if>
</a>
</b:if>

Customization:

1.) You Can Make It Limited To Post Page Also.
2.) You Can Also Add It Before Post Title.
3.) You Can Also Add Your CSS To It.

Recommended For You:
Is Business EMail Hosting Really Necessary For A Small Business?

Last Words:

This is what we have and as per our rule, we shared it with you. Now if you liked this then share it with your friends and leave your feedback and if you have any query related to this code, You can contact us freely and we will reply you as fast as we can. Stay with us because we have something more for you in our next post. Have a nice life!

YOU LIKE IT? PLEASE SHARE THIS RECIPE WITH YOUR FRIENDS

11 Responses to “How To Add Auto Comment Count Below Post Titles In Blogger?”

  1. ilmu bahsa says:

    thanks..i will try it in my blog…nice share

  2. Awesome post,Hopefully by follow this post increase blogger good looking.Thanks for share it. I invite others for it.

  3. Great tutorial! I’ve been looking for a clean way to add comment counts to my Blogger theme without messing up the layout. One question though—will this work with threaded comments, or does it only count the top-level ones?

    • EXEIdeas says:

      Welcome here and thanks for reading our article and sharing your view. This will be very helpful to us to let us motivate to provide you with more awesome and valuable content from a different mind. Thanks again.

  4. This was really helpful, thanks for the clear step-by-step instructions! I’ve been looking for a way to add comment counts without messing up the layout, and your code snippet worked perfectly on my test blog. One question: does this work with threaded comments in newer Blogger themes?

    • EXEIdeas says:

      Welcome here and thanks for reading our article and sharing your view. This will be very helpful to us to let us motivate to provide you with more awesome and valuable content from a different mind. Thanks again.

  5. Great tutorial! I just implemented this on my Blogger site and it worked perfectly. I appreciate how you included the exact code snippets to copy-paste. One question though—does this method work with threaded comments or just the basic comment system?

    • EXEIdeas says:

      Welcome here and thanks for reading our article and sharing your view. This will be very helpful to us to let us motivate to provide you with more awesome and valuable content from a different mind. Thanks again.

Leave a Reply

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