Remove Showing Posts With Label In Blogger
Step 1. Login to your Blogger account, then go to Theme > Edit HTML.
Step 2. Click anywhere inside the Theme code, then search for the following code ( CTRL+F ):
<b:includable id='status-message'>
Step 3. After expanding, Remove the code Given Below (with first line):
<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 4. Replace the Code with this code:
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Step 5. Click on Save theme.