Disable Comments in a Specific Post
This post will help you disable comment in a specific post as the title says. Comment is good , you should consider your post "value" before doing this. Consider this example:
The comment is disable because he just used that post to categorize his articles. That's a great idea! Anyway, let's do this.
Use those codes in every post you want to hide/disable comment form.
That's all folks! Hope it helps! :D
The comment is disable because he just used that post to categorize his articles. That's a great idea! Anyway, let's do this.
To disable comments if your using:
1.Blogger default comment.
This is so easy to do, just follow the image's instruction. Click the Option then,
2.Disqus Comment
You need to switch to HTML Tab then paste this code below your post.
<style>
#disqus_thread{display:none}
</style>
3.Intense Debate Comment
You need to switch to HTML Tab then paste this code below your post.
<style>
#idc-container-parent #idc-container{display:none}
</style>
Use those codes in every post you want to hide/disable comment form.
That's all folks! Hope it helps! :D