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.

0 comments:
Post a Comment