Remove Showing Posts With Label In Blogger

How to Remove Showing Posts With Label in Blogger Blogs i.e Show all posts link when we click on the labels link. If you dont like the section below in picture in your blog , then read below how to remove it from your blogger.

Go To Edit Html > Expand Widgets

Search for below codes
<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 now replace above codes with below :-
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Now save it. You have Done.
 

6 comments:

  1. thanks! This worked brilliantly :D

    ReplyDelete
  2. Cool, I think I will keep it but is it possible to change the "Show all Posts" link? It links to homepage but I want to link it to most recent posts:
    http://www.poker006.com/search?max-results=10

    ReplyDelete
  3. You are my HERO !!! :)) You dont know how badly I needed this code!!! THANK YOU SO MUCH !

    P.S: Now I have another question : Is there a way to display a preferred number of posts on this ? ( I created 'static pages' but not using the method of ' pre-dated posts ' as most users on blogger do - I am using the 'labels ' way - and your script really saved me from displaying that " Show all posts " link- but I would like to know if there is a way to set the number of posts which will show up on this so called " static page " - for example : I would like only 5 posts displayed , is this possible ? ) Please help me ? Please ?? :)

    Thank You so much :)

    Mia.

    ReplyDelete
  4. Ok, I did it :) I managed to show the number of posts in the labels pages - it was simple :) my site looks great now :)) thank you again for the labels hack , really appreciate it :D

    Mia. 

    ReplyDelete
  5. hi, nice site it's helpfull for new in internet
    so thanks for creating
    frnd i want ur help
    plz ask me how to create files.yourname.co.cc
    plz reply me the ans. on rj@hushmail.com

    ReplyDelete

Powered by Blogger.