Sabtu, 19 Maret 2011

Delete "Menampilkan Entri Terbaru Dengan Label ...."

Sometime you may be not like if in your blogs have this text "Menampilkan Entri Terbaru Dengan Label ...." to delete this follow this step :

1. Open Blogspot.com then klik Tab Design in bellow click tab Edit HTML.

2. Check box Expand Widget Templates

3. Find this code :



<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>

to get fast that code you can using keyboard shorcut Ctrl+F, after that paste text which will you search. After get code, delete code above.

4. Paste this code to place which code before delete.

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

5. After step above then Preview..... if its ok and Save Template
Good Luck

Related Post :



0 comments:

R