How To Remove ‘Showing Posts With Label’

Posted by Lasantha Bandara on May 16th, 2009 File Under : background, change template, html, post2 Comments

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:-

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

4.Now Replace above code with below code :

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

5.Click on "Save Templates" and you are done.

File Under : background, change template, html, post

2 Responses to “How To Remove ‘Showing Posts With Label’”

  1. Varinder Pal Singh says:

    Thank You So Much Its Working In My blog Check Out:http://onsecrethunt.blogspot.com/search/label/Jokes

  2. Praveen Jindal says:

    thank you very much its working for my my blog .
    check it out at www.updatedtechs.blogspot.com

    But there is a problem in your POST in Step I.
    there must be
    dashboard--> Template- -> Edit HTML
    according to the new interface of blogger

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.