Many of us would have noticed, when we click on any label it display a message “Showing post with label”. This sometimes looks weird when we make our blogger blog looks like WordPress. You get to see “Showing post with label” in many popular, but there are also some advantages of using that. So now lets get into the topic of removing “Show post with label” in blogger/blogspot blogs. The steps below comes with a little trick to remove blogger from displaying the label.
Step1 : Login to your Blogger Dashboard Click Design > Template -> Edit HTML -> Proceed and Check Expand Widget Templates
Step 2: Find this code with the help of ( Press Ctrl + F )
<b:includable id='status-message'>
When you find the Above code in the Template
Replace it with this 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>
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div style='clear: both;'/>
</b:if>
</b:includable>
Step1 : Login to your Blogger Dashboard Click Design > Template -> Edit HTML -> Proceed and Check Expand Widget Templates
Step 2: Find this code with the help of ( Press Ctrl + F )
<b:includable id='status-message'>
When you find the Above code in the Template
Replace it with this 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>
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div style='clear: both;'/>
</b:if>
</b:includable>
0 comments:
Post a Comment