Customize ‘showing posts with label’ message with your own

Blogger is a wonderful platform to maintain a professional website. Professional responsive templates are also available, making blogger more powerful and look really professional. This time I’m not going to talk about templates here in this article but of one of the most wanted customizations of blogger i.e., customizing the ‘showing posts with label’ message.
Customize ‘showing posts with label’ message with your own
‘Showing posts with label <label name>’ is the default message that is being displayed on the top of the posts of particular label. I hope you realized why I have used <label name> above. If you are not a programmer, don’t worry I’ll explain it.

The following line is for those novices who don’t understand <label name>. Don’t read if you are an expert

‘<’ and ‘>’ are used to specify something ought to be specified in programming. That’s all!! hope you got it.

Enough of learning programming! let’s do the customization now. Log in to your blogger, go to your blog’s dashboard>template>Edit HTML and find the following code in your blogger template,
<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>
If you can’t find the above code in your blogger template, try to find <data:navMessage/> and it will show you the remaining above code.

Now replace <data:navMessage/> with your custom message. Save your template and test your blog once now.

You can even replace <data:navMessage/> with <data:blog.title/> to display title of your blog instead of message.

or

with <data:blog.searchLabel/> to display the search label instead of whole message.

If you want any message to be displayed, just remove the whole code starting with <b:includable>…and ending with </b:includable>.

That’s all! See it is such easy customization…! Comment below if you find any difficulty in the above process.

0/Post a reply/Replies

Previous Post Next Post