How To Remove Blogger Threaded Comments
Senin, 12 Maret 2012
0
komentar
Step 1. Go To Blogger Dashboard > Template > Edit HTML (click on Proceed button if needed)
Step 2. Select "Expand Widget Templates" (back up your template)
Step 3. Search (using 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 == "item"'>
<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>
Step 4. Now remove it (you'll find this code twice and replace it twice) and paste this code instead:
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
Step 5. Save Template.
That was all!
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: How To Remove Blogger Threaded Comments
Ditulis oleh Unknown
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke http://android-rush.blogspot.com/2012/03/how-to-remove-blogger-threaded-comments.html. Terima kasih sudah singgah membaca artikel ini.Ditulis oleh Unknown
Rating Blog 5 dari 5
0 komentar:
Posting Komentar