How to remove "Showing Posts With Label In Blogger" ?


In Blogger, when any label is open with notice "Show post with label ..... "" above the post irritating and you don't want to appear in your blog like picture given below.


Step 1: go to Drashboard - Template - Edit HTML.
Step 2: Click Some where in site the template code then search ( using Ctrl + F )

copy and paste :  <b:includable id='status-message'>     > Enter.

Step 3: after you found, click on the sideways arrow next to it, to expand the rest of the code.


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

Step 4: Delete and replace with this one


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



done.  wish you success !

No comments:

Post a Comment