Can not reply to a Comment

Can not reply to a Comment - In this article I will share about how to overcome the error in replay blog, the story yesterday I had a little problem in my blog Flasher4share, there was a comment that I have and continue to replay the point I want to replay the comment but suddenly I could not reply to comment
I tried to find a solution and finally I found the solution
is he the solution

1. login to the Dashboard and click on the Template
2. click expand widget templates
3. look for the code below, usually there are 4 of the same
     <b:include data='post' name='comments'/>

4. change to a four-code with the code below
      <b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>

Finally, save the Template

The above tips are experiences that I face, that I can not reply to comments. In every comment that comes in, as if I never respond - when I was in trouble, "Can not reply to a Comment".


Similarly, an article about
Can not replay to a comment, hopefully useful