How To Remove 'Showing Post With Label' Message From Blogger

In Blogger when any labels link is open we notice a message "Showing Posts with labels XXXXXXX" above the posts. Its looks very irritating and most of you dont want it to appear in your blogger blog. It just looks like the picture given below.



I am sharing a easy trick to completely remove this message from your blog.



Steps To Follow To Remove "Showing post with label XXXXXXX" From Blogger:-

1--> Login to your Blogger Account.

2--> Go to Blogger Admin Page > Template > Click on Edit HTML.

3--> Click Expand Widgets

4--> Search for codes gven below


<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--> Now replace above codes with below :-

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

Its all done :)

7 comments:

  1. Is there a way to just change the message?

    ReplyDelete
    Replies
    1. Just change the code < data:navMessage/ > with your message(text).

      Delete
  2. Thankyou.. its worthily for me.. to fix up that message. Thanks for you post.

    ReplyDelete
  3. Thank you sooooooooooooooooooo muchhhhhhhhhhhhhhh!!!!

    :D :D :D :D :D

    ReplyDelete
  4. Its working. Thanks for sharing this great info :)

    ReplyDelete