Remove Showing Posts With Label Message From Blogger

Showing Posts With Label Message:

When we click on any of the label on Blogger blog, it will show all the posts tagged with that label name along with message like Showing posts with label nothing else.Show all posts. Showing posts with label message will display on top of the results page. This type of the message will only display, when ever we click on any labels. We can delete this default showing posts with label message from Blogger blogs.

How to Remove Showing Posts With Label Message From Blogger :

Actually there is no use with that message. So if you don't like that message, then you can easily delete that showing posts with label message. In this post I'm showing one simple method to remove showing posts with label message from your Blogger blog. This method is simple, any one can easily follow.

Follow below steps to remove showing posts with label message in your Blogger blog.


Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML

Step 4 : Search below code in your template 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>

Delete below code from the above code

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

Step 5 : Click on Save template.

Now go to your blog and click on any of your label and check whether the showing posts with label message is removed or not. You can also edit showing posts with label message in your Blogger. In this next post I will show you how to edit showing posts with label message.

No comments:

Post a Comment