How to Remove "Showing Posts with Label" in Blogger





This article teaches you How to remove “Showing Posts with Label” in Blogger.

First Search for the following Code
(Use Browser Search for Quick Results, For Chrome, Firefox and IE: CTRL + F)

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

Replace the above code with the following one

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

Save it.



We'll send more interesting posts like How to Remove "Showing Posts with Label" in Blogger to you!
Enter your Email Address:
Join us on Facebook.

Speak Your Mind

*