Buang Ruangan Komen di Page Blog



Now, I gonna do tuto on how to delete comment box in page blog..

For example, you make pages for your blog and every page have comment box. I don't like.. Rasa terganggu sangat. Readers always comment on your new entry right ?, not in your pages. So, how to settle this matter?? Lets follow this step.


1. Like usual, Sign In ---> Dashboard ---> Template ---> Edit Html

2. Click Ctrl + F and search

</head>

3. Then, copy this code and paste before </head>.

<b:if cond='data:blog.pageType == "static_page"'>
<style>
#comments {
display: none;
}
</style>
</b:if>

4. Preview first, and save it if no error.





You Might Also Like

0 Comments

Feel free to leave your comment here. Thank you. ;)