How to Remove Showing Posts With Label In Blogger?


To Remove Showing Posts With Label in Blogger Blogs i.e Show all posts link when we click on the labels link. If you dont like the section below in picture in your blog , then read below how to remove it from your blogger.





Go To Edit Html > Expand Widgets

Search for codes below ☺

       <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>
Copy and Replace the Codes below

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

Got Something to Add?
0 comments: Post a Comment

Older Post