Breaking News
recent

How To Remove 'Showing Posts With Label' in Blogger?


If you are using any default blogger template for your blog, then whenever you click any of the label links, you will see a bar at the top saying 'Showing posts with label xyz'. This bar is pretty much useless and annoying too for the readers. So, most of the people would like to remove it from there.
Follow this step by step guide to remove this annoying bar from there.
  1. SignIn to your blogger account and go to 'Dashboard -> Template'
  2. Here first of all take the back up of your template so if you mess up the things then you can always revert back. (recommended step)
  3. Now that you have taken the backup, click on 'Edit HTML'
  4. Press 'Ctrl+F' to open search bar and search for below code.
    • <b:includable id='status-message'>
  5. After you have found the code, click on the arrow on its left side to expand rest of the code.
  6. The image here shows the code which you need to remove/delete. We will be replacing this code with new one as mentioned in next step.
  7. In place of above code which you removed, write this code.
    <b:includable id='status-message'>
    <b:if cond='data:navMessage'>
    <div>
    </div>
    <div style='clear: both;'/>
    </b:if>
    </b:includable>
        
  8. Save the template.
Done!! Now click on any of the labels and you will see that the annoying bar is no more present.

Powered by Blogger.