Installing Thread or Reply Comments Blogger



Installing Thread or Reply Comments Blogger - to do "Installing Thread or Reply Comments Blogger" we have to get into a little HTML code template then our engineering.  The steps that have to do is nothing that you have to login to Blogger first, only then follow the next steps below :
  • Select the menu and then select Edit HTML Template
Installing Thread or Reply Comments Blogger,tips,tricks,blogger,template,comment
Installing Thread or Reply Comments Blogger
  • Check Expand Widget Templates
  • Then please you looking for code like below :
<b:include data='post' name='comments'/> 
  • If you've met the above code to be replaced please be as below :

<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>

  • Once created do not forget to click save changes to your template.
If the changes you made as above fails or you get an error please come back into the edit template and then locate the following code :
<b:if cond='data:blog.pageType == &quot;static_page&quot;'><b:include data='post' name='comments'/></b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><b:include data='post' name='comments'/>
</b:if>
Replace the above code with the code below :
<b:if cond='data:blog.pageType == &quot;static_page&quot;'><b:if cond='data:post.showThreadedComments'><b:include data='post' name='threaded_comments'/><b:else/><b:include data='post' name='comments'/></b:if></b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><b:if cond='data:post.showThreadedComments'><b:include data='post' name='threaded_comments'/><b:else/><b:include data='post' name='comments'/></b:if></b:if>
Hopefully with the posting about "Installing Thread or Reply Comments Blogger" can be helpful, smiling greetings to us all :) . You should now have a replay of the Blogger comments.

W3 Directory - the World Wide Web Directory


Responses

0 Respones to "Installing Thread or Reply Comments Blogger"

Post a Comment

Return to top of page Copyright © 2011 |Platinum Theme Converted into Blogger Template by Hack Tutors