Menghilangkan Judul (Page Title) Halaman Statis.

Hapus judul halaman statis bloger, caramudah hapus title page statis
Menghilangkan Judul (Page Title) Halaman Statis Menghilangkan judul (title) dan (Thumbnail) gambar di halaman statis (static page) sangat bagus baik untuk "keindahan tampilan ", tapi juga bagus buat SEO dan Performa blog kamu. Di template tertentu, gambar Thumbnail kadang-kadang juga muncul di halaman statis. Kadang juga berisi link aktif ke halaman yang sedang dibuka.

Cara Menghilangkan Judul (Title) Halaman Statis

Ikuti Cara berikut:

1. Buk Template blog, 
2. Polish menu Edit HTML, 
3. Copy & Paste kode berikut ini tepat di bawah kode </b:skin> .
<b:if cond='data:blog.pageType == "static_page"'>
<style>
.post-title.entry-title{
display: none;
}
</style>
</b:if>
3. Save Template! Kini judul halaman tidak lagi muncul di blog Anda.

Menghilangkan Image Thumbnail di Halaman Statis:

1. Buka Template blog, 
2. Pilih menu Edit HTML, 
3. Copy & Paste kode berikut ini di atas kode </head> .
<b:if cond='data:blog.pageType == &quot;static_page&quot;'> 
<style type="text/css">
.postthumb{display:none} 
</style>
</b:if> 

Catatan: - Ganti kode .postthumb dengan kode thumbnail post di template blog Anda, misalnya post-thumb, image thumb, "biasanya setiap template berbeda". - Untuk mengetahui dengan mudah kode image thumbnail, klik kalan salah satu gambar thumbnail, lalu "intip" kode CSS/HTML nya, dengan Cara inspect element.

3. Save Template! Lihat hasil bus gambar thumbnail Sudan hilang di halaman statis kamu dan tidak lagi "merusak tampilan" halaman statis blog kamu.

إرسال تعليق

Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.