Trick to Remove Showing Posts With Label Posts in Blogger
Here we going to explain how to remove " Showing posts with Label Post. Show all posts " in blogger. when you click on a label or a tag in blogger in top it shows that here a trick how to remove it,for example shown in figure below
Fallow the steps give below to remove the " Showing posts with label posts. " Step 1 : Go to Dashboard > Template > Edit HTML > Proceed > Expand Widget Template [ Make a Backup ]
Step 2 : Find the This Code in Your Blogger Template [ Ctrl + F ]
" <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: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 3 : Replace the code or Delete the code and replace the code.
" <b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable> "
Comments
Post a Comment