How to Remove Showing Posts With Label Message
Steps to Remove Showing Posts With Label Message:
Step 1) Go to Dashboard > Template and click on ‘Edit Template’ button. You will see the html-css code which is responsible to render your blog layout. Before doing any code change, always take the backup of blogger template. If anything goes wrong after code change, you can revert it easily.
Step 2) Click anywhere inside the code and search (ctrl+f) for the string ‘<b:includable id='status-message'>’. This id section is responsible to show the message.
Step 3) Expand the section and delete below highlighted script (Blue) from the section. <b:includable id='status-message'>.
<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>
Save all changes and refresh the page, your code should look like below:
<b:includable id='status-message'>
</b:includable>
That's it !!! Now go to your blog and verify 'Showing posts with label' message has been disappeared
Do You Have Any Question? Write Us In Comment Box Blow!!
Post Comment
No comments