Wednesday, January 8, 2014

How To Remove Showing Posts With Label Message From Blogger

You know that I have a blog on blogger platform.When i started to post in my blog I noticed that when I click on a post label then a message appears in top of the post which is "Showing post with label ..show all post" It was irritated to me and i was finding solution to remove this message.Finally i found a way to remove this message and it's worked in my blog.You can check it clicking on a label.

Remove Showing Posts With Label Message From Blogger
Remove this message
If you have a blog on blogger platform you must have noticed that message.If you want to remove it then this post is for you.

 How To Remove Showing Posts With Label  In Blogger

First step: Login to your blogger Dashboard and click on Template> Edit HTML button

Remove Showing Posts With Label Message From Blogger

Second Step:Click somewhere inside the template code and search using CTRL+F this code: 


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


 When you found the code click on the arrow which is indicating the code  

Remove Showing Posts With Label Message From Blogger

  Replace all codes with my given codes 

Remove Showing Posts With Label Message From Blogger

Replace by this code:


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



Now save your Template.

Go to your blog and click on a label.You will never see that message again.If you face any problem then comment here.I will try my best to help you.