Latest Post

How To Remove Showing Posts With Label Show All Posts

Getting rid of the message "showing posts with a specific label" above your blog title why you choose on a particular label will help you get your blog to look more professional and less of blog like features. When it comes to proper blog navigation, blog labels can never be overlooked as it helps your blog readers to navigate easily to different sections of your webpage. Personally i hate to see this message while navigating on my blog or others blog, so if you hate to see the message like me, don't worry as this tutorial will walk you through the steps you need to take to get rid of this message. Check out the image below to have an idea of how the said message looks like.

 How To Remove Showing Posts With Label Show All Posts

The Tutorial Proper: How To Remove Showing Posts With Label . Show All Posts
Log in to your blog dashboard => Backup your blogger template, in case you make any mistake in the process.

Go to templates and click on Edit HTML.

Click anywhere inside the template editor and press Ctrl+F and find the code below.

  <b:includable id='status-message'>  

Copy and past the code above in the search bar and press enter on your keyboard to locate it.

How To Remove Showing Posts With Label . Show All Posts

Now, after locating the code, click on the arrow in on the left side of the code as seen in the image below.
How To Remove Showing Posts With Label . Show All Posts

Now after clicking on the arrow, you will see a code like the one below.

                How To Remove Showing Posts With Label . Show All Posts

Replace all of these codes above with the one below.
 <b:includable id='status-message'>  
 <b:if cond='data:navMessage'><div>  
 </div>  
 <div style='clear: both;'/>  
 </b:if>  
 </b:includable>  

Now save your template and reload your blog to see the changes.



That was all about "How To Remove Showing Posts With Label . Show All Posts". I hope you did it successfully? please share your your thoughts and ideas with us via the comment section

SHARE THIS POST

Author: Robin Saxena
I m computer science student and i Interested in cs, c/c++ programming, java, html ,Photography , Music , and generally connecting with others.

1 comment :

  1. It is really working method but it has a flaw that is it stops all other status messages from appearing too for example you also see a message on 404 page by default which can also be customized or on search query page. If you apply the above method, not only Labels message is gone but also other messages which is a loss to your blogging. Here you can find the correct method to remove showing posts with label which doesn't effect others.

    ReplyDelete