Remove "Showing post with label...show all posts"

How to remove "Showing post with label...show all posts" on Blogger blog?



Here's how:




blogger remove this



Log in to your Blogger account, Back-up your template, then go to:




Dashboard > Layout > Edit HTML > check Expand Widget Templates box


Find the following part of 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>



Then REPLACE it with:



<b:includable id='status-message'>

<b:if cond='data:navMessage'>


<div>

</div>

<div style='clear: both;'/>

</b:if>

</b:includable>



Save.



Now open your blog and view any label.

13 comments:

Thnx,it really works.I am now using it on my blog-
www.freeroid.blogspot.com

Reply
10/7/12

IT Tricks beautiful sharing .thanks

Reply
Anonymous
3/4/14

It is really working method but it has a flaw that is it stops all other status messages from appearing too for example you also see a message on 404 page by default which can also be customized or on search query page. If you apply the above method, not only Labels message is gone but also other messages which is a loss to your blogging. Here you can find the correct method to remove showing posts with label which doesn't effect others.

Reply
14/10/14

Thanks a lot for sharing such educative post with us.

Reply
18/2/16

THis is excellent post i am the fan of your posts.

Reply

Thanks for your helpful post. It was really so informative to me. Thanks

Reply
1/6/18

Post a Comment

:) :( :)) :D =))
Loading Comment Form