Some times it is annoying to see the following message in blogger when a category or label is selected:
To remove this message first log into your blogger acount and go to:
Now find the following code:
And replace this with the following:
Then save and view your blog and click a category or label.
Showing post with label 'label name' show all posts
To remove this message first log into your blogger acount and go to:
Design > Edit HTML and check Expand Widget Templates box
Now find 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>
And replace this with the following:
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div style='clear: both;'/>
</b:if>
</b:includable>
Then save and view your blog and click a category or label.