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.