How To Show Comment Box Below Post for WP-Polaroid Blogger Template
Posted
by Unknown
on 2/06/2009
This item was filled under
Blogspot Tutorials
For you who are using WP-Polaroid Blogger Template on your blog, there is a problem when we want to show comment box under post. I found a broken link comment, so other people can't leave us comment on our posts. Is it a problem? Ho..ho..ho..of course. Without comment box, we can't interect with our blog visitors. Cause of it is some stucture was lose from the template. The function of that structure is to show the comment text box. Here are steps to fix that problem:
- First, login to your dashboard, click text link Layout, and go to sub menu Edit HTML.
- Give sign in small box inside text "Expand Widget Templates".
- Find the structure below:
<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + "_backlinks-container"'>
<b:if cond='data:post.showBacklinks'>
<b:include data='post' name='backlinks'/>
</b:if>
</div>
</div> - Add this structure above the structure which you found in step 3.
<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> - Click SAVE TEMPLATE button
To embed comment box below post, we must do it from blogger draft account, because this feature is still release on Bloger in draft. Blogger in draft is a special version of Blogger where the Blogger try out new features before the Blogger release them to everyone.
- Go to the link : http://draft.blogger.com to enter Blogger in draft.
- On your dashboard, click text link: Settings, and then go to sub menu: Comments.
- On part of Comment Form Placement, chose Embedded below post
- Click SAVE SETTING button.
9 komentar on "How To Show Comment Box Below Post for WP-Polaroid Blogger Template"
you are welcome..^_^
Blog saya : http://programmerslab.blogspot.com
Mohon pencerahannya. Thanx
Btw, when I use wordpress, I can create pages there, so I can make a link that directs to the page. On the wp-polaroid tamplate, at the upper side, there are links : Home, About Me, Another Page, Advertise, Contact, Sitemap. Can I make page in blogspot, so that I can direct the links at the upper side to the page?
My blog : http://programmerslab.blogspot.com
Thanx
Menu-menu pada template wp-polaroid tersebut memamng digunakan untuk mengarah ke halaman (page) tertentu. Di wordpress kita mmg bisa membuat page tunggal. page tunggal ini berbeda dengan posting. page tunggal pada wordpress bisa dilihat dengan mengklik menu yang ter-create pada saat membuat page. sedangkan posting akan muncul secara berurutan dengan posting-posting yang lain. nah, pada blogspot, kita tidak bisa membuat halaman tunggal seperti wordpress (tidak bisa membuat page). tapi, setiap postingan kan bisa di buka pada halaman penuh. misalnya halaman yang sedang kita buka sekarang (how to show comment box ...". menu-menu pada wp-polaroid itu bisa dilink kan untuk membuka halaman penuh seperti yang sedang kita buka sekarang. Anda bisa melihat URL dari halaman ini pada address bar browser Anda. URL itulah yang digunakan untuk link pada menu yang ada di wp-polaroid jika ingin menampilkan halaman ini.