How To Remove "Showing Post With Label" Message in Blogger
It is set a default for any Blogspot platform user, the message Showing post with label xx xx" appears when your readers search your blog via the label. It is pretty useless, unprofessional and annoying if you wish to remove this feature from your blog, follow the steps below.
Steps to Removing "Showing post with label ... show all posts."
==>log into blogger.com dashboard > Template >> Edit Html (save template if required)
==> Click any point in the template and Hit Ctrl+F keys in window, Cmd+F keys for Mac.
==> Search for the code below using the search box
<b:includable id='status-message'>
==> When found, click on the little black arrow sign by the left to expand it.
==> The below is what you will need to remove alongside the first one as well.
<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>
==> Replace with this
<b:includable id='status-message'>==> Save your template, you done, visit your site, click on any label, the "Showing post with tag" message Should be gone.
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
EmoticonEmoticon