Cara menampilkan widget tertentu yang lebih gampang

Sekarang kita memahami cara menampilkan widget tertentu yang lebih gampang. Berikut ini script-scriptnya.

Menampilkan Widget Hanya Di Homepage

<b:if cond='data:blog.url == data:blog.homepageUrl'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Menampilkan Widget Selain Di Homepage

<b:if cond='data:blog.url != data:blog.homepageUrl'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Menampilkan Widget Hanya Di Archivepages

<b:if cond='data:blog.pageType == &quot;archive&quot;'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Menampilkan Widget Selain Di Archivepages

<b:if cond='data:blog.pageType != &quot;archive&quot;'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Menampilkan Widget Hanya Di Itempages atau Postingan

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Menampilkan Widget Selain di Itempages

<b:if cond='data:blog.pageType != &quot;item&quot;'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Menampilkan Widget Hanya Di Staticpages

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Menampilkan Widget Selain Di Staticpages

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Menampilkan Widget Pada URL Postingan Tertentu

<b:if cond='data:blog.url == &quot;alamatnya,disini&quot;'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Menampilkan Widget Selain Di URL Postingan Tertentu

<b:if cond='data:blog.url != &quot;alamatnya,disini&quot;'>

<style>

#HTML49 {display:none;}
#HTML50 {display:none;}
#HTML51 {display:none;}
#HTML52 {display:none;}
#Gadget3 {display:none;}

</style>
</b:if>

Contoh cara penggunaannya :

1. Letakkan code script tersebut tepat di bawah ]]></b:skin>
2. Ganti kode HTML atau Widget anda dengan kode yang diinginkan

Selamat bereksperimen...
Semoga bermanfaat...

Related Post by Category



Posted by Toko Alifa on 21.02. Filed under . You can follow any responses to this entry through the RSS 2.0. You can leave a response or trackback to this entry

0 komentar for "Cara menampilkan widget tertentu yang lebih gampang"

Leave a reply

Silahkan komentar jika artikel ini bermanfaat dan maaf komentar spam kami hapus