Remove Showing Postal Service Amongst Label For Blogger


When y'all are going to click a label for your weblog you will encounter this message higher upwards "showing posts with label posts. Show all posts". For some, similar me, I don't similar that appearing on my blog. It is useless in addition to annoying, in addition to hence many people want it removed.

 When y'all are going to click a label for your weblog y'all Remove Showing Post alongside Label for Blogger

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.