Remove showing posts with label message in blogger /
BlogSpot friends we see in blog when we select label link in blog a message
show in top showing post with label XXXXXXXX this is default label message of
blogger you can remove this message it’s very easy to remove from blog.
Just follow below step for remove showing posts with
label message.
Login to your blogger Account
Select your Blog.
Click Template (See below help Image)
After this Click to
Edit HTML option. (See below help Image).
Now find below code by pressing Ctrl+F
<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>
<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>
Now
replace above codes with below code.
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Now Save your
template you have done it. Now visit your and click on some label and check your label message
has removed.









