Get rid of ‘showing posts with label…… – Blogger

If you are getting annoying by this showing posts with label bla bla bla. Show all posts whenever you click on your label and want to remove it, there is nothing to worry about. Just some simple steps and you will get rid of this problem in blogger.


Go to your blogger dashboard>Design>EDIT HTML
Tick EXPAND WIDGET TEMPLATES

Now hit CTRL + F on your keyboard and find <b:includable id=’status-message’> in your template. Once you find, you will get 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>



Simple replace these lines with the following code in red


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



DONE!


Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *