Sometimes we have a template from someone else … but when we apply it to our blog, it turns out that the template has been modified which is where the comment box below the post is missing … ie it can only be applied in FULL PAGE mode …
well for my friend who feels confused to handle it … I will try to explain.
- open your blogspot dashboard.
- choose a design (or “Template” for the new look “)
- get used to the old backup TEMPLATE LADPAP by downloading COMPLETE TEMPLATE or for a new look blog (to the right there is a “DRUCK / REST” option)
- then select edit HTML and click “Expand Widget Templates”
- then find the following code:
<p class=’comment-footer’>
<a expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’>
<data:postCommentMsg/></a>
</p>
</b:if>
6. Replace the code with:
<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>
7. the last step is saved TEMPLATE
Thank you … alone the first friend … hopefully useful. . .
Best site ever. thanxs
Thank you, man, it works well
Its ok its working again now
Thanks a lot!
thank u so much …
Working fine… thank you bro…