How to remove "Showing post with label...show all posts" on Blogger blog?
Here's how:
Log in to your Blogger account, Back-up your template, then go to:
Dashboard > Layout > Edit HTML > check Expand Widget Templates box
Find the following part of code:
Then REPLACE it with:
Save.
Now open your blog and view any label.
Here's how:
Log in to your Blogger account, Back-up your template, then go to:
Find the following part of 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> |
Then REPLACE it with:
<b:includable id='status-message'> <b:if cond='data:navMessage'> <div> </div> <div style='clear: both;'/> </b:if> </b:includable> |
Save.
Now open your blog and view any label.
2 comments
When you click on any label link, a status message “Showing posts with label …. Show all posts” shows up. We can remove or delete this message with a simple hack. Label message is appearing when we click on any label link. . If you want to delete or remove it, just follow the tutorial below:
Replyhttp://blogsnucleus.blogspot.com/2016/03/how-to-remove-or-delete-showing-posts.html
Post a Comment