How To Remove Showing Posts With Label In Blogger?



So you don't like "Showing newer posts with label name & Show all posts"? Follow these steps for removing it:
  • Login to Blogger.
  • Go to Design> Edit HTML
  • Backup your template.
  • Check “Expand Widget Templates". 
  • Find the 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>
  • Replace it with the below code:
    <b:includable id='status-message'>
    <b:if cond='data:navMessage'>
    <div>
    </div>
    <div style='clear: both;'/>
    </b:if>
    </b:includable>
  • Preview & Save Template.
  • That's all.

Sharing is Caring

Related Posts

Previous
Next Post »

Thank you for your comment.