Sunday, December 20, 2009

Displaying the comment box disappears

You find a problem in your comment box, if you are still the original template easy aja

1. you login to blogger
2. click on the settings tab
3. click the comment tab and then navigate to the placement krusor your comments on the form put a hook in the entry below.
4. click save settings.
5. done.

But what if still does not appear on your blog!
easy to change the data you live in it alone html



Caranya anda masuk kembali ke tata letak kemudian akan tampil ruangan edit htmlnya
sebelum anda mulai otak-atik template anda harus klik pada tab download template lengkap untuk sekedar berjaga2 apabila kode yang anda masukan salah kemudian ada kotak kecil expand template widget kemudian anda centang pada kotak kecil tersebut tunggu beberapa saat sampai proses selesai.
kemudian anda cari kode seperti ini di kotak HTML

<p class='comment-footer'>

<b:if cond='data:post.allowComments'>

<a expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>

</b:if>


</p>

hapus kode di atas terus diganti degan kode dibawah ini

<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>

Selesai tapi jangan lupa untuk menyimpannya ok

1 comments:

oppie said...

boleh juga nich di coba achhh tanks ya

Post a Comment

thank you already want to stop by and give comments