This article for bloggers who are using blogger or Blogspot platform for blogging. After finishing setup of blog and you start writing and publishing post on your Blogspot blog. Some newbie bloggers don’t know What is Labels? Firstly let me tell you, What labels do? & How to add labels ? Labels categorize your posts. When you’re writing a article/post, click Labels on the right side and enter the labels with commas.

After that when you publish your article/post and you click on any of the labels it will take you to a page containing only articles/posts with that label. And also with useless and annoying status message “Showing posts with the label .. Show all posts” shows up.
Must Check : How to Enable Meta Description Tags in Blogger

And I Know here are many peoples wants to remove that but don’t know how to remove that annoying message. So today We will show you How to Remove “Showing posts with label …. show all posts”. To remove that message completely follow the simple steps given below.

Step 2. Click anywhere inside the template editor, then search following code using shortcut key “Ctrl +F”

Step 4. Below is the code that you need to remove.

Step 5. Delete the code from above and replace it with this one:
That’s all now you have successfully removed that annoying message “Showing posts with label …. show all posts”.
After that when you publish your article/post and you click on any of the labels it will take you to a page containing only articles/posts with that label. And also with useless and annoying status message “Showing posts with the label .. Show all posts” shows up.
Must Check : How to Enable Meta Description Tags in Blogger
And I Know here are many peoples wants to remove that but don’t know how to remove that annoying message. So today We will show you How to Remove “Showing posts with label …. show all posts”. To remove that message completely follow the simple steps given below.
How to Remove “Showing posts with label …. show all posts”
Step 1. Go to your Blog Dashboard –> Template –> Edit HTMLStep 2. Click anywhere inside the template editor, then search following code using shortcut key “Ctrl +F”
<b:includable id='status-message'>Step 3. After that click on the black arrow on the left to expand rest of the code.
Step 4. Below is the code that you need to remove.
<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>
Screenshot:
Step 5. Delete the code from above and replace it with this one:
<b:includable id='status-message'>Step 6. Save the Template. Now check the result by clicking any of your labels.
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
That’s all now you have successfully removed that annoying message “Showing posts with label …. show all posts”.





