We often create lebels in blogger blog to categorized our blog posts,but lebel pages show a tag like "Showing post with Lebel.......Show all posts",giving a slightly rough look to the lebel pages,so how to get rid of this,follow the following steps carefully and remove that out.
Steps
1) Go to Blogger-----Design-----Edit HTML
2) Backup your template
3) Press Ctrl+F and search for the following codes
<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>
<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>
4) After finding these codes replace it with the following codes
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
5) Now click on Save
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
5) Now click on Save
That's all,enjoy