How to Remove Showing Posts With Label in Blogger

Showing Posts With Label is a problem by which almost every new blogger's face-offs. Well, this can be quite disgusting when Showing Posts With Label pop-ups on your blog page.Which do not gives a professional look at your blog. This comes. By default, the message is showed up every time you click on a blogger label. Again, which is of no use. I would suggest you get it from your blogs' Label page by following these simple steps given below.

Also Read: How To Create A Free Blog On The BlogSpot Blogging Platform

1. Login to your Blogger account and Goto dashboard.

2.Click on Theme > Edit Html.



How to Remove Showing Posts With Label in Blogger

3.Search for the <b:includable id='status-message'> by pressing CTRL+F key.

4.You will get the get the similar code as given below.

  1.     <b:includable id='status-message'>
  2.       <b:if cond='data:navMessage'>
  3.       <div class='status-msg-wrap'>
  4.         <div class='status-msg-body'>
  5.           <data:navMessage/>
  6.         </div>
  7.         <div class='status-msg-border'>
  8.           <div class='status-msg-bg'>
  9.             <div class='status-msg-hidden'><data:navMessage/></div>
  10.           </div>
  11.         </div>
  12.       </div>
  13.       <div style='clear: both;'/>
  14.       </b:if>
  15.     </b:includable>

5.Delete all codes from third line i,e  <div class='status-msg-wrap'>  to  </div> in the Tenth line.

Also Read: Hide or Show Widgets and Gadgets in Home, post, static, archive pages in Blogger

"Note: Your Final code must look like this"


  1. <b:includable id='status-message'><b:if cond='data:navMessage'>
  2. <div>
  3. </div>
  4. <div style='clear: both;'/>
  5. </b:if>
  6. </b:includable> 
Once you replaced the code just save it and test the changes you made to your blog.

No comments

Powered by Blogger.