Sunday, March 23, 2014

How to remove showing posts with label on blogger


  • Go to Blogger Template >> Edit HTML and Search for the below code
<b:includable id='status-message'>
  • Now Expand the code and replace with the below code.
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

  • And save it.

3 comments:

  1. Thank You sir, It really helped me

    ReplyDelete
  2. This method isn't what a user needs because there are some other types of status messages too which appear on 404 Error page and search query page too. If you apply this method, it will stop those messages too which might be a loss to your blog. For the correct method of removing showing posts with label message and understanding how it works, visit
    http://www.helpitx.com/2014/10/remove-or-customize-showing-posts-with.html

    ReplyDelete