When you click on a label it shows "Showing posts with label labelname" on top of the first post title.I myself dislike this and therefore removed it. Now I thought of sharing it with you.However the steps are easy and I am sure you will be able to do this in 5 minutes.
Please drop your comments and share it! ©2012, Copyright Parigyan Tamuly.
Remove Showing Posts with Labels in Blogger
- Go to Blogger > Template >Edit Html
- Click proceed (never forget to backup your template)
- Click Expand Widgets and press F3 and find this 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>
4. Now simply replace this code with this:<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
5. Save the template and you are finished.!Please drop your comments and share it! ©2012, Copyright Parigyan Tamuly.





