A blog about technology, Internet, social media, blogging tips, seo tips, computer tips and tricks, earning money online, etc.
How To Remove 'Showing Post With Label' Message From Blogger
In Blogger when any labels link is open we notice a message "Showing Posts with labels XXXXXXX" above the posts. Its looks very irritating and most of you dont want it to appear in your blogger blog. It just looks like the picture given below.
I am sharing a easy trick to completely remove this message from your blog.
Steps To Follow To Remove "Showing post with label XXXXXXX" From Blogger:-
1--> Login to your Blogger Account.
2--> Go to Blogger Admin Page > Template > Click on Edit HTML.
3--> Click Expand Widgets
4--> Search for codes gven 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 above codes with below :-
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Its all done :)
I am sharing a easy trick to completely remove this message from your blog.
Steps To Follow To Remove "Showing post with label XXXXXXX" From Blogger:-
1--> Login to your Blogger Account.
2--> Go to Blogger Admin Page > Template > Click on Edit HTML.
3--> Click Expand Widgets
4--> Search for codes gven 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 above codes with below :-
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Its all done :)
Subscribe to:
Post Comments (Atom)
-
HeartATech
Copyright©2012 HeartATech. Articles cannot be reproduced without permission from the author.
Powered by Blogger
Is there a way to just change the message?
ReplyDeleteJust change the code < data:navMessage/ > with your message(text).
DeleteThankyou.. its worthily for me.. to fix up that message. Thanks for you post.
ReplyDeleteI can't Find it. Please help.
ReplyDeleteThank you sooooooooooooooooooo muchhhhhhhhhhhhhhh!!!!
ReplyDelete:D :D :D :D :D
Its working. Thanks for sharing this great info :)
ReplyDeletethnx it really helped me
ReplyDelete