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.
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
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
Replace all codes with my given codes
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.
Remove this message |
How To Remove Showing Posts With Label In Blogger
First step: Login to your blogger Dashboard and click on Template> Edit HTML button
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
Replace all codes with my given codes
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.
It is very helpful for me.
ReplyDeletewww.newsbd2013.blogspot.com
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.
ReplyDelete