How  to Remove “Showing posts with label” Message in Blogs:


ImageInstructions
  Object you want to remove:

  Go to
  “My Blogs page”

  Click
  “Template on the left panel”

  Click
  “Edit HTML”

  Click
   “Expand Widget Template”

  Click [Control + F] on the keyboard

  Copy and paste this into the search box:
  <b:includable id='status-message'>


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

  Scroll down until you reach:
  </b:includable>

  This is the section that will be replaced
   with new codes.

  Highlight the section:
     left click and drag to highlight

  Copy this code:
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

  Replace the code:
     Right click on the blue section
     and choose paste

  Delete any empty lines.

  Finished Look

  Click:  “Save template”
  Click:  “Close”