Ads (728x90)

Latest Post

Kesehatan

Tips

How to Remove Threaded Comment in Blogger


Don't you like the blogger threaded comment syste?ok don't worry we also have a trick on it and here it is.


How to Do This?


  •  Go To Blogger Dashboard >> Design Edit HTML : and check "Expand Widget Templates" (back up your template)
  •  Search (CTRL + F) for the following code:

<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>

  • Remove it (you'll find this code twice and replace it twice) and paste this code:

   <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>


  • Save the template.

That's it.You're done.Now just take a look on your comment system

Post a Comment