How to Hide/Remove “Show all post with label” Message on Blogger

In google blog, when you click on the particular label which you have created, then the "Show all posts with label" message will come along with the post which is tagged by that label.

Like ME, most of the bloggers don’t like that message. For those who want to hide/remove that message, this post will guide you to hide it. This can be done by placing a simple few lines of code within your template. Let's see which are those few lines.

Hide/Remove

Do you know How to set custom domain and How to use a template on Blogger? Don’t know. Okay! Read my below post. It will guide you.


Excited to see those few lines for hiding that message. Please follow the below steps. All are mandatory.

Hide/Remove “Show all posts by the label”

  • Step 1: Go to the blogger dashboard

  • Step 2: Click on Template and then Click on EDIT

  • Step 3: Hit anywhere inside the template and search the below code. Use CTRL+F for search.

            <b:includable id='status-message'>
  • Step 4: You will get a similar screenshot like the one below, then click on the left side arrow.
Single Click on Arrow

  • Step 5: After clicking on the arrow similar screen will appear like below.

Remove above shown code
  • Step 6: Remove all code shown in the above image, and replace it with below code.

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

The following screenshot shows the replacement of the new code instead of the old one.

New Code Placed
  • Step 7: Click on Save Template

All done. If you have any questions/queries about this post or having any questions and query about blogging, then let me know about them contact me here.
Share on Google Plus

About Meghshyam

Meghshyam Sonar is a part time blogger from india. He is well known for blogger. He has been bloggging since 2010. He is founder of various blogs and website. He was recognized as a top blogger in india under the age of 20 by blogger India. Find him on Google+ Twitter.
    Blogger Comment

0 comments:

Post a Comment

Thank you for visiting my blog, if you have any query regarding this post then please leave comment here.

Regard Meghshyam