How to Remove Showing Posts With Label in Blogger
How to Remove Showing Posts With Label in Blogger

Removing "Showing post with label...show all posts":
Step 1. Go to Dashboard - Template - Edit HTML
Step 2. Click somewhere inside the template code, then press -CTRL+F key- to find this code:
<b:includable id=status-message>
After you found it, click on the sideways arrow next to it, to expand the rest of the code (as shown below).

Step 3. Below is this code that you need to remove - along with 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>
screen shot:

Step 4. Replace or Paste the following text instead of this one:
<b:includable id=status-message>
<b:if cond=data:navMessage>
<div>
</div>
<div style=clear: both;/>
</b:if>
</b:includable>
Step 5. Save the template. Now view your blog and click on some label....there should be no box anymore.
<b:includable id=status-message>
<b:if cond=data:navMessage>
<div>
</div>
<div style=clear: both;/>
</b:if>
</b:includable>
Step 5. Save the template. Now view your blog and click on some label....there should be no box anymore.