Setiap template memiliki perbedaan, tidak semuanya sama. Hal yang berbeda dari template ini adalah struktur Code Html yang terpasang didalamnya. Masalah yang sangat riskan adalah bahwa secara original, template Forte ini tidak memiliki Comment Box di bawah postingnya.
Saya sudah mencari dan menemukan tutorial tentang bagaimana memasang Comment Box untuk blogger. Tutorial dari Om Jack dan Amanda cukup bagus. Code yang ada ditutorial mereka sangat berbeda dengan struktur code dalam template Forte. Namun setelah saya explorer lebih jauh (try and error) akhirnya saya berhasil mengatasinya. Berikut caranya :
Simply go to Layout>Edit HTML in your blog's dashboard and check the "Expand widget templates" box. Then search for this section of code:
<h5 class='comment-footer'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</h5>
Replace this entire section of code greend with the following instead:
<p class='comment-footer'>
<b:if cond='data:post.embedCommentForm'>
<b:include data='post' name='comment-form'/>
<b:else/>
<b:if cond='data:post.allowComments'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
<data:postCommentMsg/>
</a>
</b:if>
</b:if>
</p>
Save and Good luck!
Artikel Terkait:
- Create Label With Scrool Bar
- How to Hide or Show Blogger Navbar
- How to display the title of the post without the content (pages) posts
- Comment Form Under Post On Blogger, Finally Officially Embedded!
- Change the Title Tags for your Blog
- Statistics Widget For Blogger
- How to Show Recent Post on the Sidebar
- How to Make Read More in Blogger
- Show Related Article to Your Post
0 komentar:
Posting Komentar