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 

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

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

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

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


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>


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


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.





2 comments:

Related Posts Plugin for WordPress, Blogger...

More From Webworld