--> Remove, Change Showing Posts With Label in Blogger | Experience Lab - Online business creation and development guide for bloggers and startups

Remove, Change Showing Posts With Label in Blogger

Updated on: October 8, 2017 Whenever a user click on a post label link or search your blog, by default your blogger theme shows the messag...

Updated on: October 8, 2017

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.

remove, change showing posts with label in blogger
Showing posts with label Show all posts

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"

Option 1: By Editing Blogger Theme

Step 1. Login to your Blogger account, then go to Theme > Edit HTML.

Edit HTML Theme

Step 2. Click anywhere inside the Theme code, then search for the following code ( CTRL+F ):

<b:includable id='status-message'>
Delete showing posts with label message from blogger

Step 3. After expanding, Remove the code Given Below (with first line):

     <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>
How to change showing posts with label in blogspot

Step 4. Replace the Removed Code with this code:

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

Step 5. Click on Save theme.

For Contempo, Soho, Emporio and Notable Themes

Step 1. Same as above.

Step 2. Find this text ( CTRL+F ):

<div class='post-filter-message'>

Step 3. Remove the following code.

<div class='post-filter-message'>
  <div class='post-filter-description'>
    <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 expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>
  </div>
</div>

Step 4. Replace it with this code.

<div class='post-filter-message'>
  <div class='post-filter-description'>
    <b:if cond='data:view.isArchive'>
    <b:elseif cond='data:view.isSearch and data:view.search.resultsMessageHtml'/>
    </b:if>
  </div>
</div>

Step 5. Click on Save theme.

Option 2: By Using CSS

Step 1. Login to your Blogger account, then go to Theme > Edit HTML.

Edit HTML Theme

Step 2. Click anywhere inside the Theme code, then search for the following code ( CTRL+F ):

]]></b:skin>

Step 3. Place this code just above it.

.status-msg-wrap { display: none; }
Remove showing post with label using css

For Contempo, Soho, Emporio and Notable Themes

.post-filter-message { display: none !important; }

Step 4. Click on Save theme.

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"

Step 1 - Step 3. Same as in Option 1 above.

Step 4. Replace the Removed Code with this code:

    <b:includable id='status-message'>
      <b:if cond='data:navMessage'>
      <div class='status-msg-wrap'>
        <div class='status-msg-body'>
          <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>
        </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>

For Contempo, Soho, Emporio and Notable Themes

Step 1. Same as in Option 1 above.

Step 2. Find the code (CTRL+F):

<data:view.search.resultsMessageHtml/>

Step 3. Replace the above code with this code.

          <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>

Step 4. Skip.

Step 5. Configuration of Message (Optional):

  • Replace the text in bold green with your own text for label message
    Here <b><data:blog.searchLabel/></b> is the Searched label.
    For eg: "Showing posts related to <b><data:blog.searchLabel/></b>" and this will be show as:
    "Showing posts related to YourLabel".
  • Replace the text in Bold Blue with your own text for searched query message
    Here <b><data:blog.searchQuery/></b> is the search query.
    For eg: "Showing results for query <b><data:blog.searchQuery/></b>" and this will be shown as:
    "Showing results for query YourQuery".
edit, change or re-format showing post with label message

Step 6. 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 ! :)

COMMENTS

Name

Affiliate Marketing,12,Announcement,34,Bing,9,Bitcoin,38,blog,7,Blogger Resources,42,Blogger Templates,4,blogger tricks,156,Blogging ethics,70,Blogging tips,198,Bugs and Errors,34,Business,9,Copyright Violation,9,CSS and HTMLTricks,95,Designs,8,drop down menu,7,eBook,12,Email Marketing,7,Events,30,Facebook,30,Facebook tricks,49,Google,157,Google AdSense,42,Google Analytics,7,Google Plus,51,Google Plus Tricks,38,Guest Posts,112,home,2,How To,77,Internet,1,JSON Feeds,25,Kitchen Recipes,2,Label Based Sitemap Themes,1,Make Money Online,108,Marketing,16,MBT Blogger Templates,7,Menus,1,News,146,Pages,1,Posts,10,presentations,15,Responsive,10,Reviews,7,SEO,307,Settings,6,Shortcode,15,Sitemap Themes,1,Social Media,155,Technology,7,Templates,1,Tips,2,Tools,1,Traffic Tips,80,Video,19,Web Designing,62,web hosting,18,Webmaster Tools,97,Widgets,199,wordpress,26,
ltr
item
Experience Lab - Online business creation and development guide for bloggers and startups: Remove, Change Showing Posts With Label in Blogger
Remove, Change Showing Posts With Label in Blogger
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigdktqXto0DsmjL240BXkNi9VLQQkeo9CaertH9xrWmRUQUM-jX-hJBUY4bntcvId-bTOLDQOsU095gpej5SRmMzi3kReTjbMNQfi4X36IdeTw0pfXyU6F_YhS3ASYTf4nAjvP8CWQlUY/s1600/remove-change-showing-post-with-label-or-query-for-blogger-.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigdktqXto0DsmjL240BXkNi9VLQQkeo9CaertH9xrWmRUQUM-jX-hJBUY4bntcvId-bTOLDQOsU095gpej5SRmMzi3kReTjbMNQfi4X36IdeTw0pfXyU6F_YhS3ASYTf4nAjvP8CWQlUY/s72-c/remove-change-showing-post-with-label-or-query-for-blogger-.png
Experience Lab - Online business creation and development guide for bloggers and startups
https://www.experiencelab.info/2016/02/remove-change-showing-posts-with-label.html
https://www.experiencelab.info/
https://www.experiencelab.info/
https://www.experiencelab.info/2016/02/remove-change-showing-posts-with-label.html
true
2959477579779989044
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy