Sunday 21 April 2013

How to remove Showing posts with label template. Show all posts in blogger



Go to Dashboard - Template - Edit HTML

Select "Expand Widget Template" (make a backup)

Now find (CTRL+F) this code in the template:

<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'></div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Delete the code from above and replace it with this one:<b:includable id='status-message'>

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


Step 5. Save the template. Now view your blog and click on some label....there should be no box anymore.

Template 2

Snapshot of Template 1


Download the template here :- Here