Monday, 9 December 2013

how to remove showing post with lebel message from blogger

Remove showing posts with label message
Remove showing posts with label message in blogger / BlogSpot friends we see in blog when we select label link in blog a message show in top showing post with label XXXXXXXX this is default label message of blogger you can remove this message it’s very easy to remove from blog.



Just follow below step for remove showing posts with label message.

Login to your blogger Account

Select your Blog.

Click Template (See below help Image)      

showing post with label message in blogger image 

After this Click to Edit HTML option. (See below help Image).



Now find below code by pressing Ctrl+F

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



Now replace above codes with below code.


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

Now Save your template you have done it. Now visit your and click on some label and check your label message has removed.

Previous Page Next Page Home

Popular Posts