Thursday 22 February 2018

How To Remove Showing Posts With Label From Blogger

Remove Showing Posts With Label

Hello friends,I hope you are enjoying our simple blogger tricks.Today i am going to share one more amazing blogger trick.It gives nice and professional look to your blog.In default blogger template when you click on any label in your blog showing posts with label message shows above label related posts.Some bloggers like this message and some don't like it.For those who want to remove this message we created a small tutorial with pictures.Follow below tutorial to remove showing posts with label from blogger.

How To Remove Showing Posts With Label From Blogger : 

  • Go to www.blogger.com and Login your account.
  • Now go to your Blog Dashboard>Template.
  • Click on Edit HTML Button.
  

  • Now click anywhere in your blog HTML coding and search for below Code Using Ctrl+F :
<b:includable id='status-message'>
  • Now Click on arrows next to it to expand full code and remove below HTML code from your template coding.

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



  • Replace it with below code.

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


  • Now click on save template.
  
That's it you have successfully removed showing posts with label from blogger.To confirm click on any label in your blog now no message with display only posts with related label will be shown.
Please share your ideas,thoughts and problems in comment box below.Thank you...keep visiting...

No comments:

Post a Comment