Many Visitors have requested for this tutorial and today i have posted it with title How To Remove 'Showing Posts With Label' Message From Blogger
In all Browser when you click on any label a message appear at TOP saying " Showing Post With Label .........(Label Name)".
In all Browser when you click on any label a message appear at TOP saying " Showing Post With Label .........(Label Name)".
Many Have asked How To Remove It . Dont worry, Remove this Default Message by Following below easy Steps:
How To Do This:
<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 Copy following Code and Paste at Place of above code:
6. Click On Save template and you're done!
Please Leave Your Comment.....
How To Do This:
1. Go to your blogger dashboard --> Template --> Edit HTML
2. Find the following piece of code: <b:includable id='status-message'>
3. Once you find the code, click on the three dots (...) after it!
2. Find the following piece of code: <b:includable id='status-message'>
3. Once you find the code, click on the three dots (...) after it!
4. Once you click on the dots, the code will expand! Remove the entire <b:includable> tag like this
-------- Codes 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>
5. Now Copy following Code and Paste at Place of above code:
<b:includable id='status-message'><b:if cond='data:navMessage'><div></div><div style='clear: both;'/></b:if></b:includable>
6. Click On Save template and you're done!
Please Leave Your Comment.....
Keywords: How to Remove Showing Posts With Label in Blogger
No comments:
Post a Comment
Notice: Don't add "backlink". Text with Link will automatically Removed.