Breaking News
Loading...
Saturday, 22 March 2014

How To Remove 'Showing Posts With Label' Message From Blogger

A few visitors requested this little tutorial and here it is! In all the default Blogger templates, "Showing posts with label label-name. Show all posts" message shows up when clicked on a label link. A similar box also shows up when searched for a query. Many people don't like this message and prefer remove it. It's easy!

Steps to implement:

1. Go to your blogger dashboard --> Template --> Edit HTML

2. Find the following piece of code:
  <b:includable id='status-message'>
3.  Once you find the code, click on the three dots (...) after it!

Blogger Template - Click on the dots!

4. Once you click on the dots, the code will expand! Remove the entire <b:includable> tag like this:

Blogger Template - Remove Code!

5. And replace it with the following code:
 <b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
The final code will look something like this:

Blogger Template - Replace Code!

6. Hit Save template and you're done!

This is what the message looks like by default... But it's the least of your worries because you just removed it! ;)

0 comments:

Post a Comment

 
Toggle Footer