When we use a label as a page in blogger.com it shows a message 'Showing posts with label' while browsing the. I think every blogger wants to hide this message to make that page unique. So, in this post we will learn how to remove 'Showing posts with label' message. Let's start:
☛ First log in to blogger. Then go to your Dashboard.
☛ Select Template ➤ Edit Html.
☛ Ensure to backup blog’s template.
☛ Then click anywhere inside the code and hit Ctrl+F and in the search box paste the following code:
<b:includable id='status-message'>
4.Click on ▶ to expand it. The expanded code will look similar to the one given below.
<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>
5.Now Replace the whole code with the one given below:
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Save your template and you are Done!

No comments:
Post a Comment