How To Add Comment count to Post Header Titles in Blogger
Do you want to add it to header to inspire your visitors to comment. The visitors only see the comment count when they reach at the end of the post. But in this post we shown how to appear comment count on the top of post header title.after carefully following this article and adding this trick then comment count will be displayed with post titles.How to add Comment count to Post Header:
First Go To Blogger Dashboard
Find ]]></b:skin> Tag
Next copy the following code paste above/before ]]></b:skin> tag.
.comment-count{float : right;width : 48px;height : 48px;background : url(http://i66.tinypic.com/2dv0jls.png);background-repeat: no-repeat;font-size : 18px;position:absolute;margin-top : -15px;margin-right : 2px;text-align : center}
Now Find Below Code or Line
<h2 class='post-title entry-title' itemprop=name'>
Or
class='post-title entry-title'
Finally Copy Following Code and Paste It Above Code Below
<b:if cond='data:post.allowComments'>
<a class='comment-count' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:post.numComments/></a>
</b:if>
Next Click To Save Your Template; That's It
Conclusion*
Hope You are like this tricks , if you getting more blogger related article then subscribe our blog ; thank you.??
0 Comments