Remove SHOWING POSTS WITH LABEL in Blogger
Using the old Blogger interface
Go to Dashboard - Design - Edit HTML - Expand Widget Template (first make a backup)
For new Blogger interface:
Go to Dashboard - Template - Edit HTML - Proceed - Expand Widget Template (first make a backup)
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'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Then REPLACE it with
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Save the template. View your blog
0 comments:
Post a Comment