Create comment box for blogger2
Many users have asked me how to create the comment box after each entry even you try anything to make it appear.Dont worry because today I will lead you how to make it back on your template.This is the comment box:
Look this pic: I am sure you have chosen it(Embedded below post) many times but the comment box still not appear.There are some reasons why it does not appear :Maybe your blog is just created , and that Blogger default template is not added the comment box code.Or you have crashed your template...Ok now, lets go.Go to Layout--->Edit HTML--->Expand Widget Templates
and find this code ( you must choose Embedded below post in Setting tab before)<p>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a></p>
and change it by this code instead:<p>
<b:if cond='data:post.embedCommentForm'><b:include data='post' name='comment-form'/><b:else/><b:if cond='data:post.allowComments'><a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a></b:if></b:if></p>
In case your comment box still not appears in each entry, you can add this red code in this location:<b:include data='post' name='post'/>
<b:if cond='data:blog.pageType == "item"'> <b:include data='post' name='comments'/><b:include data='post' name='comment-form'/> </b:if> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if>
Done!Now click Save and joinDont forget to subcribe me to get more interesting tips daily.Thanks for your visit.If you have any problems please leave a message
2 comments to the post