Google reanweb: Removing Showing posts with label from default blogger post?

Removing Showing posts with label from default blogger post?

"Showing posts with label " is a message that appears when you click on label of you blog post. It show all the post in that label,but it seem not important to keep this old style for it is not attract visitor.That space should appear other thing that more attractive.Below is that message.
Showing post with label reanweb.Show all posts
Remove Showing posts with label is simple.Just go to the dashboard to your template and Ctrl+F and past this code <b:includable id='status-message'> to find the following code:

<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 code above with this or delete code above and keep below code:

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

</b:includable>

Now refresh your blog.No more Showing posts with label there again.

No comments:

Post a Comment