Whenever you click a Label in your Blog, you see a message like this -
"Showing Posts with Label ABC. Show All Posts"
This message is completely useless and makes your Blog look unprofessional. This is irritating if you have linked your Labels to your Pages or Tabs. So why not remove it completely or even better, replace it with your own message! Let's go for it.

Remove Label Message
1. Go to Dashboard - Template - Edit HTML - Proceed - Expand Widget Template
2. Now find (CTRL+F) this code in the template:
<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>
3. Replace this code with the below code -
<b:includable id='status-message'> <b:if cond='data:navMessage'> <div> </div> <div style='clear: both;'/> </b:if> </b:includable>
4. Save your template.
And you're done! You just removed the useless Label Message from your Blog.
Replace Label Message
1. Go to Dashboard - Template - Edit HTML - Proceed - Expand Widget Template
2. Now find (CTRL+F) this code in the template:
<div class='status-msg-body'>
3. Now just write your message below this code.
4. Save your Template.
You just replaced the boring Label message with your own message!
If this works for you share this with your fellow Bloggers on Facebook.
For regular updates on Blogger tricks Like Our Facebook Page
Comments
Post a Comment