Remove Showing Posts With Label In Blogger


For any default Blogger layout, the "Showing posts with label" message shows up above the posts whenever you click on a label link. As it's a pretty useless and annoying message, many people like to have it removed. If that is your wish, just follow the tutorial below:
Now Removing "Showing post with label...show all posts"

Step 1


Go to Dashboard >> Template >> Edit HTML



Step 2


Now find (CTRL+F) below code in the template:

<b:includable id='status-message'>

After you will see below screenshot
















Step 3.


Delete Below code
<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>
Screenshot












Step 4.


Replace it with below code
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Please Share this

0 Comment to "Remove Showing Posts With Label In Blogger"

Post a Comment