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 "
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 )
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.
Trouble ? Wanna Say thanks , Comment below .
comment 0 التعليقات:
more_vertsentiment_satisfied Emoticon