Pages

Remove: Showing posts with label




Today, I am going to help you remove the unseemly "showing posts with label" bar that appears when you search for a label in blogger, or if you have followed my "put posts into blogger pages" tutorial, you will get these to pop up on all of your additional pages. It is really easy to remove it. Here's how:

1. Open the "Template" tab on the right of your screen

Then select "Edit HTML" (fear not!)


2. Click anywhere in the box of colored code and hit "ctrl + F" on your keyboard

A little search box like this will pop up. Be sure to click first in the box of code, or it will be a search bar for your internet browser, not the code!


3. Highlight the code below, then copy and paste it into the search bar and hit enter

Don't know how to copy and paste from your keyboard? Click on the pink box, then press "ctrl + C" on your keyboard to copy. To paste, click in the white search box and press "ctrl + V".

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



4. Remove the code below
Once you have found the code (it should be highlighted) we are going to highlight it and the code 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>  


5. Not done yet! Replace the code we removed with this one
  <b:includable id='status-message'>  
 <b:if cond='data:navMessage'>  
 <div>  
 </div>  
 <div style='clear: both;'/>  
 </b:if>  
 </b:includable>  

6. Great! Now preview and save your template. No more gray box!