Tìm kiếm nhanh.......

Thứ Bảy, 8 tháng 11, 2014

[Blogspot] - How To Change Or Remove Showing Posts With Label Message In Blogger


By default blogger shows a message in the label pages "Showing Posts with Label XXXX Show all  Posts".Some bloggers might not like this message to appear on their blog.
Or you might want to change that message with something that will look much personalized to your readers.
If, yes.Then you have come to the right place.I will let you know how you can change or remove this message in the label pages.


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>
5.Now Replace the code given above with the one given below,
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
And that's it Your done.Refresh any of your label page and you won't find this message on your blog any more.

How To Change Showing Posts with Label Message :
1.Search for this tag in the Template <b:includable id='status-message'>

You will find the code 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>
2.Change the tag in pick with the one given below and write your message in the given manner.

Check Out My Awesome <data:blog.searchLabel/> Posts !

The new message that will appear will be similar to the one below.


Note : You can change the text to what ever you want I have used the Message just for tutorial purpose.

Did it Worked ???
Let me know what was your experience with this post by leaving your comment below.That was all from this tutorial.Enjoy the Changes !!!

Không có nhận xét nào:

Đăng nhận xét