Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to Remove or Delete Showing Posts With Label in Blogger ?

By default in Blogger layout, the "Showing post with Label...show all posts" note explain up above the posts every time you click on a label link. This is a pretty useless and irritating message, many people like to have it removed or deleted.

When you click on any label link, a status message “Showing posts with label …. Show all posts” shows up. We can remove or delete this message with a simple hack. Label message is appearing when we click on any label link. . If you want to delete or remove it, just follow the tutorial below:

Removing or Deleting "Showing post with label...show all posts"

 

Step 1. Go to Dashboard >>Template >>Edit HTML 


Step 2. Click anywhere inside the template code, then search - using CTRL+F - this code:

<b:includable id='status-message'>



Later than, click on the sideways arrow next to it, to expand the break of the code.

Step 3. The following code that you require to remove.

<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>




Step 4. Replace it with this following one:

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Step 5.Now save the template and view your blog and click on some label, there should be no useless and irritating message.







This post first appeared on Blog's Nucleus, please read the originial post: here

Share the post

How to Remove or Delete Showing Posts With Label in Blogger ?

×

Subscribe to Blog's Nucleus

Get updates delivered right to your inbox!

Thank you for your subscription

×