Thursday, November 20, 2014

Blogger tricks: How To Remove Showing Posts With Label Message

Blogger Tricks - How To Remove Showing Posts With Label Message, Okay here we go. Default of blogger shows a message label pages lie this "Showing Posts with Label LabelName Show all Posts"
Now we change the message I will let you know how you can change or remove the message in the label pages Step by step:

Blogger tricks: How To Remove Showing Posts With Label Message

1.Go to blogger dashboard and choose the blog.
2.Navigate towards the Template section of the blog and click Edit Template.
3.Press CTRL + F to get the search bar and search for this tag :
<b:includable id='status-message'>
4.Click on the tag to expand it.The final code will look similar to the one given below.
<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>

Let see this code and make change
<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>

5.Now Replace the red color code given above with the one given below,
Result for <data:blog.searchLabel/> Posts !
And The new message that will appear at your label messege save and see the result.

in this tricks blogger we just change data:navMessage with name of searchLabel or you can also chagne to others.
thanks.

Blogger tricks: How To Remove Showing Posts With Label Message Rating: 4.5 Diposkan Oleh: morellocyber

0 comments:

Post a Comment