
Whenever a user click on a post label link or search your blog, by default your blogger theme shows the message "Showing posts with label "Label". Show all posts" for labels and "Showing posts sorted by relevance for query "Query". Sort by date Show all posts" for search results at the top of the page. This is quite frustrating and many of you want to delete this message or change this message.

Unfortunately Blogger does not provide any way to customize this message but there are another ways to remove or change this status message from your blogspot. So, I have created a tutorial for it. If you want to either remove or change the message, just follow the given step by step instructions (with images).
How to Remove "Showing posts with label ... Show all posts"
There are two methods by which you can remove the status message from your blog.
Method 1: By Editing Blogger Theme
Login to your Blogger account, then go to Theme > Edit HTML.
Click anywhere inside the Theme code, then search for the following code:
<b:include data='top' name='status-message'/>
Ctrl+FReplace the code with following code:
<!-- <b:include data='top' name='status-message'/> -->
Important: There can be more than one occurence of the above code. Replace all!
Click on Save.
Note: You can reverse the code replace action to get back the message again.
Same as above.
Find this code:
<div class='post-filter-message'>
Ctrl+FReplace the following code:
with<div class='post-filter-message'> <div> <b:if cond='data:view.isArchive'> <data:view.archive.rangeMessage/> <b:elseif cond='data:view.isSearch and data:view.search.resultsMessageHtml'/> <data:view.search.resultsMessageHtml/> </b:if> </div> <div> <a class='flat-button ripple' expr:href='data:blog.homepageUrl'> <data:messages.showAll/> </a> </div> </div>
<!--<div class='post-filter-message'> <div> <b:if cond='data:view.isArchive'> <data:view.archive.rangeMessage/> <b:elseif cond='data:view.isSearch and data:view.search.resultsMessageHtml'/> <data:view.search.resultsMessageHtml/> </b:if> </div> <div> <a class='flat-button ripple' expr:href='data:blog.homepageUrl'> <data:messages.showAll/> </a> </div> </div>-->
Click on Save theme.
Method 2: By Using CSS
Login to your Blogger account, then go to Theme > Edit HTML.
Click anywhere inside the Theme code, then search for the following code:
]]></b:skin>
Ctrl+FAdd below code just above it.
.status-msg-wrap { display: none !important; }
.post-filter-message { display: none !important; }
Click on Save.
That's it!
You have successfully removed Status message from your blog. For any issues related to above Tutorial Please Comment Below. Stay Updated, Browse Howbloggerz ! :)
How to Change "Showing posts with label ... Show all posts"
Login to your Blogger account, then go to Theme > Edit HTML.
Click anywhere inside the Theme code, then search for the following code:
<data:navMessage/>
Ctrl+FReplace the above code with this:
<b:if cond='data:blog.pageType == "index"'> <b:if cond='data:blog.searchLabel'> Posts with the label <b><data:blog.searchLabel/></b> </b:if> <b:if cond='data:blog.searchQuery'> Search results for <b><data:blog.searchQuery/></b> </b:if> <b:else/> <data:navMessage/> </b:if>
Same as above.
Find the code:
<data:view.search.resultsMessageHtml/>
Ctrl+FReplace the code with this:
<b:if cond='data:blog.pageType == "index"'> <b:if cond='data:blog.searchLabel'> Posts with the label <b><data:blog.searchLabel/></b> </b:if> <b:if cond='data:blog.searchQuery'> Search results for <b><data:blog.searchQuery/></b> </b:if> <b:else/> <data:view.search.resultsMessageHtml/> </b:if>
Configuration of Message (Optional):
Replace the text Posts with the label with your own text for label message.
Here
<b><data:blog.searchLabel/></b>
is the Searched label.
For example:Showing posts related to <b><data:blog.searchLabel/></b>
and this will be rendered as: "Showing posts related to YourLabel".Replace the text Search results for with your own text for searched query message
Here
<b><data:blog.searchQuery/></b>
is the searched query.
For example:Showing results for query <b><data:blog.searchQuery/></b>
and this will be shown as: "Showing results for query YourQuery".
Click on Save Theme.
Read: Top Stylish Search Boxes for blogger
Read: How to Set a Default Order for Search Results
Done!
Now click on label link or make any search on your blog, you will see your custom message or no message (depends upon the option you choose) at the top of the page. For any issues related to above Tutorial Please Comment Below. Stay Updated, Browse Howbloggerz ! :)
I don't want that line..
By the way thanks for replying..
Plz tell solution
And plz share if you have a nice AdSense compatible video blog theme
I have one of the best but it's for WordPress and I don't have a business account there thus is of no use
Plz tell for blogger
If you want I can share it with you
And if you are able then please convert that WP theme to blogger theme
1. Go to Themes > Edit HTML
2. Click anywhere inside and find the code ]]></b:skin> (CTRL+F)
3. Paste code .post-filter-message {display: none !important;} above it.
4. Click on 'Save theme'
By the way, I am creating my own new collection of blogger themes and I will create one for 'Video blog' too. Until stay tuned and don't forget to subscribe newsletters.
I will surely help you please contact me through the contact form.
Thanks.
Thanks!
Just one more help need fro you, I want to remove or replace "Search this blog" text from search bar could you please help me with that, i am using Emporio Template, Thanks in advance.
https://web.archive.org/web/20200812044225/http://www.howbloggerz.com:80/2016/02/how-to-remove-change-showing-posts-with-label-blogger.html