How to remove showing posts with label for category posts in blogger

Sometimes ago,
      We had a tutorial on how to move sort some posts into categories using the label method
       click here to lean how to group posts into categories and pages

After you get the tutorial right and you group your blog posts into categories and pages
Whenever a label link is being clicked , a message would appear on top of the category like "Showing posts with label"

So Our tutorial today will be

    How to remove "Showing posts with label" 

===)> login into your Blogger dashboard

===)> go to template and then edit HTML

  • I strongly recommend you backup your template before editing it 
===)> use CTRL F to find this code

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

After you found the above code,you will see these code under it

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

===)> what you have to do next is to delete the above code including the one you searched like this
   
<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>

===)> just replace the above code with this

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

===)>save the template

Go and  view your blog and click on some label....there should be no box anymore.






author-picAbout author
Crystalblogger is a professional blogger,a freelancer living a dot.com life ,he offers services based on blogging and writing you can contact him here at admin@waplordcrib.com

Comments

Post a Comment