How to remove "Showing post with label" message in blogger, Remove in 3 Steps

Share:
If you are a blogger and running a blog then this post is for you. Because every blogger who blogging on blogspot have only option to separate the post category wise that is label. So you may also do this to categorized your blog. But there is an issue, if you are click on a label after visit on your blog then it show a message on the top "Showing Posts with Label (Your Label Name)". It seems that this is not fair for your visitor and annoying them. So you should remove this message for your visitor's best experience. But there is no option in blogspot setting to do this. Dont worry we are here to help you to remove this message in 3 step. Please take a backup of theme before proceed to change in html. I hope if you are a blogger, you know how to take backup of blogger theme.

How to remove Showing post with label


  • Goto your blogger theme and click on Edit HTML
  • Press Ctrl+F button and paste below text to find that code, which show that message in your blog.
<b:includable id='status-message'>
  • Remove all code between "<b:includable id='status-message'>...................</b:include>"
  • Copy below code and paste instead of those code, which you have removed in step 3.
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Now you can check, it should not show that message "Showing Post with Label" Enjoy !!!

If you have any question comment below. We are always here to help you.
-

Post a Comment

No comments