This site has moved to a new address : www.nitchiworld.com

Remove "Showing Posts with Label" Message

Many Blogger search on google "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 too 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:">
</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:">
</b:if>
</b:includable>

Now save the template and you have done it.

0 comments:

Post a Comment