Showing posts with label posts. Show all posts
Showing posts with label posts. Show all posts

Wednesday, November 23, 2016

Cara Hapus Tulisan Showing Posts With Labels Blogspot

Cara Hapus Tulisan Showing Posts With Labels Blogspot



Tanpa basa basi,saya kasih caranya (mohon disimak) :

1. Login blogger.com
2. Go to Dashboard --> Template --> Edit HTML
3. Klik Expand Widget Template (backup template)
4. Cari kode seperti dibawah ini pada template :

<b:includable id=status-message> <b:if cond=data:navMessage> <div class=status-msg-wrap> <div class=status-msg-body> <data:navMessage/> </div> <div class=status-msg-border> <div class=status-msg-bg> <div class=status-msg-hidden><data:navMessage/></div> </div> </div> </div> <div style=clear: both;/> </b:if> </b:includable>

5. Hapus dan ganti dengan kode dibawah ini :

<b:includable id=status-message>
<b:if cond=data:navMessage>
<div>
</div>
<div style=clear: both;/>
</b:if>
</b:includable>
6.Save Template


Available link for download

Read more »