How to customize the Label Status Message in Blogger?

How to add customize the Label Status Message in Blogger label page
label message

I have already shared that how we can hide or remove the Label Status Message from Blogger label page. But those who wants to keep this message they can bring some variation by adding their own word on Label status message. Because many users may not find the status message unnecessary. So in this tutorial I will show you how we can customize the Label Status Message from Blogger Label page. The original status message will be like below-
  • Showing posts with label ---------. Show all posts
Step 1 Log in to your Blogger account and Go to your Blogger Dashboard

Step 2 Click on -> Template -> Edit HTML

Step 3 Now Find the below code by pressing Ctrl+F 
<b:includable id='status-message'>
Step 4 The complete code will be like below
<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 5 Now replace the <data:navMessage/> line with below code block
More Awesome Posts are Under  <data:blog.searchLabel/>  Label !
I have added a sample text in this tutorial but you can change the text with your own word. But don't remove <data:blog.searchLabel/> line. If this tutorial is working perfectly then let me know. And like us on Facebook. Thanks. 
Go Up