Monday, July 27, 2009

How To Add Comment Form Below Post In Blogger Template

As i see it looks like there are some people unable to show comment form in blogger, so i'm going to show you how can we add that thing. If you can't show your comment form in blogger than you're using older template design for your blog, please follow step below to Show your comment form.

Step 1.
Please Go to Setting --> Comments and change "Comment Form Placement" to "Embedded below post". Then save it. Preview your blog. If your comment box showed then you don't need to follow the next step. If it doesn't show then follow the next step.

Step 2.
Go to Layout >> Edit HTML >> Expand Widget templates and find code below

<p class='comment-footer'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
<data:postCommentMsg/></a>
</p>
</b:if>


Step 3.
Change the whole above code with this one.
<p class='comment-footer'>
<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> </b:if>


Step 4.
Save it and your comment box must be there. Happy blogging.

Spread this article to the world

No comments:

Post a Comment

Subscribe to our blog to get the last update

Enter your email address: