
If y'all desire it removed, hither is the tricks that will take that "showing posts with label" for blogger.
Step 1.
Go to blogger dashboard > Edit HTML > Click on expand template (make a dorsum simply inwards case).
Step 2.
Use CTRL+F and honour this code inwards the template.
<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>
Step 3.
After y'all honour it, delete the code higher upwards in addition to supervene upon it with this one.
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Save template in addition to that is all.