Contoh tampilan halaman statis dengan dan tanpa judul:
How to Remove Blogger Static Page Titles?
Ini dia caranya:
1. Template > Edit HTML
2. Cari (Ctrl+F) kode ]]
3. COPAS kode berikut ini di bawah kode tersebut:
<
b:if
cond
=
'data:blog.pageType == "static_page"'
>
<
style
>
.post-title.entry-title{
display: none;
}
</
style
>
</
b:if
>
Kaya gini nih:
Gampang 'kan cara menyembunyikan, menghapus, atau menghilangkan judul halaman statis di blog? Good Luck! (http://klinikblogging.blogspot.com).*