Saturday, June 2, 2012

Remove showing posts with label in Blogger/blogspot?

Define How to remove showing posts with label in Blogger/blogspot?

For any default Blogger/Blogspot layout the "Showing posts with label" message shows up before the posts whenever you click on a label link.

As it's a pretty uselessness and annoying message most people's like to have it removed.If that is your wish just follow the tutorial below:



Tutorial for Removing "Showing post with label...show all posts"

Step 1.

If you are using the old Blogger/Blogspot interface:

    Go to Dashboard - Design -Edit HTML -Expand Widget Template (make a backup)

If you are using the new Blogger/Blogspot interface:

    Go to Dashboard - Template -Edit HTML -Proceed -Expand Widget Template (make a backup)

Step 2. Now find (CTRL+F) this code in the template:


If you want to copy this below code then click here.

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


Step 3. Delete/Remove the code from above and replace it with this one:

If you want to copy this below code then click here.

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


Save the template....View your blog and click on some label......no more box....

7 comments:

  1. I gave this a shot this afternoon, and it has removed the "showing posts with label" message, but I discovered that now if I enter a word into the search box that doesn't return any results, my search box moves itself over to the other side of the page where it shouldn't be. It wasn't doing this before I removed the "showing posts with label" message.I would really appreciate some help.

    ReplyDelete
  2. can you show me snapshot of your problem or site link which you have problem?
    Then i will try to help you..

    ReplyDelete
  3. You can have a look at: http://oohtreschicredesign.blogspot.com.au/

    If you type in the word "hair" for example, it stays in the right position because it comes up with results for the word.
    But if you type in the word "happy", because there is no results, the search box will move to the opposite side.
    In order to solve this, I'm wondering if it is possible to have a message only when there are no results? Something like "No Results. Sorry, but nothing matched your search criteria. Please try again with some different keywords."

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. Actually, never mind. I fixed it. Just a matter of moving around the widget positions. But if it is possible, I would still like to know about having a "No Results" message only?

    ReplyDelete
  7. Hello Tess Delaune,
    I am happy that your problem is solved and i have checked your site search result is working fine.
    So good luck..Any issue again contact me.

    ReplyDelete

Make sure to click the "Subscribe By Email" link below the comment for to be notified of follow up comments and replies..