Web Tech Guide

www.blogsmonetize.com feed

How to remove "Showing newest posts with label" in Blogger

 
Today, I was testing my new template. I clicked on a label and saw a message "Showing newest posts with labelShow older posts". Status Message This message made my new template so ugly. So, I decided to remove it. I checked my template code and saw 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>

I tried to remove that code completely, but it didn't work. I guess blogspot put it back when I upload my template. So, I tried again, but this time, I only removed the red part of that code. Wow, that message are gone. Isn't that great?

If you guys want to remove it. Here is the step how to do it.

1. Login to your account
2. Click on "Design" tab >> Edit HTML
3. Backup your template.
4. Check box "Expand Widget Templates"
5. Search
status-message
to locate that code and delete the red part as shown in the above code.
6. Save your template and check it on your website.

© 10/31/2010 03:21:00 AM www.blogsmonetize.com
Loading related posts...

1 comments:

Maria said...

Excellent, thanks so much!!

Post a Comment