Custoimise Showing Post with label - blog

label
The Following Script is shared from the Techzain website .

Steps to Customise the post showing with label . I hope many of them have seen this when you do search on the blog .the post will be displayed with the message at the top " showing post with label "

Screen Shot : ( How it Looks )

post showing with label screen

Steps to Customise Post Showing With Label :
  • Go to Blogger Dashboard -> Design -> Edit HTML
  • Check Expand Widget Templates.
  • Find the code shown below using [ 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>
  •  Replace that code with the code below :
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
  • Preview and Save Template.
Note : Strongly Recommended to backup your template before doing any customisation 

Trouble ? Wanna Say thanks , Comment below .
Share This :



sentiment_satisfied Emoticon