Google Blogger – Remove information when searching on labels

If you use Google Blogger and you have searches or menu items based on labels, you might find that when you click on these you get the below information appear at the top of your posts: This can be extremely annoying when you are trying to make your site look as professional as possible, so […]

Google Blogger Remove Information When Searching On Labels

If you use Google Blogger and you have searches or menu items based on labels, you might find that when you click on these you get the below information appear at the top of your posts:

1

This can be extremely annoying when you are trying to make your site look as professional as possible, so we are going to show you how to remove this information from all your pages when searching for labels.

Instructions

NOTE: before editing your template you should always make a backup first!

To make this change you need edit the HTML code of your template. To do this log into your Blogger control panel and click Template and then Edit HTML:

1

Within the template HTML code, you should now search for the following by pressing CTRL+F:

<b:includable id='status-message'>

When you have found this part of the code you should expand it to reveal the following code:

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

You need to replace ALL of this code with exactly the following code:

 <b:includable id='status-message'>  
 <b:if cond='data:navMessage'>  
 </b:if>  
 </b:includable>

Then you need to save your template and you should now notice that the label information is no longer displayed!

Comments

If you have any questions or comments, please feel free to use our comments system below.

🛠️

Gear We Recommend

A few general tech accessories worth having alongside this.

Browse our General Tech Accessories picks on Amazon

As an Amazon Associate, TechyGeeksHome earns from qualifying purchases.


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Andrew Armstrong

Andrew Armstrong is a UK-based IT professional with 26+ years of hands-on experience in Windows, Windows Server, SCCM/ConfigMgr, Active Directory, PowerShell, and enterprise infrastructure.

He founded TechyGeeksHome in 2010 and has published over 1,500 practical guides covering real-world IT problems and solutions. When not solving IT problems,

Andrew develops free Windows utilities including Ultimate Settings Panel, which has been downloaded over 850,000 times.