Notification texts go here Contact Us Subsribe my Channel!
Loading...

Menghilangkan Judul (Page Title) Halaman Statis.

Hapus judul halaman statis bloger, caramudah hapus title page statis
Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated
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.

Posting Komentar

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.