CUSTOMIZE BLOGGER COMMENT MESSAGE.

 On Selasa, 01 Mei 2012  

This is another way of encouraging your blog visitors to leave a comment before leaving.In one of my Previous posts,we talked about adding comment policy to blogs.

In Blogger default templates, if there are no comments in a post, the default template says "0 comments."
After the first comment,it says "1 comment," and so on.
Although this is accurate,it is not very attractive.

With this simple hack,you can include your message to it.

STEPS ON HOW TO CUSTOMIZE THE MESSAGE

Go to Design >> Edit HTML.Backup your template in case something goes wrong.

Check the box next to
Expand Widget Template and search for
<a name='comments'/>
by pressing ctrl+f.

Below that code,you will find the following piece of codes~

<h4>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>:
</b:if>

</h4>

Just replace the codes in blue with the following~
<b:if cond='data:post.numComments == 0'>
Be the first to reply!
<b:else/>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/> so far. What are your thoughts?
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/> so far. What are your thoughts?
</b:if>
</b:if>

Having done that,just preview your blog and thereafter SAVE it.
THAT'S ALL!!!.

You can edit the texts in red to yours.

CUSTOMIZE BLOGGER COMMENT MESSAGE. 4.5 5 Unknown Selasa, 01 Mei 2012 This is another way of encouraging your blog visitors to leave a comment before leaving.In one of my Previous posts ,we talked about adding ...


Related Post:

  • PAGE-LOAD TIMER SCRIPT FOR BLOGGER BLOGS.Have you seen websites displaying web-page load time? Do you want this feature in your blog? If yes,then Read-on.In this post,I will be explaining how you can easily add this widget to your blog.How to add load timer to blogger blogsTo add this widge… Read More
  • LIST OF TOP SEARCH ENGINES TO SUBMIT YOUR SITE'S URL.It's the dream of every site/blog owner to earn extra income or a living from his/her hard work,in order to achieve this,it's very necessary for you to get a reasonable amount of traffic per-day.Though,there are some other ways to pull traffic to you… Read More
  • “BOOKMARK THIS SITE” WIDGET FOR BLOGGER.́Bookmarking widget̀ in my perspective,is one of the ways you can retain your blog's visitors. Some people tend to forget/ignore bookmarking a site even if they like the post. Having the widget installed in your blog can help prevent that.Bookmark sc… Read More
  • HOW TO ADD FAVICON TO BLOGGER BLOGS.A blog/site with a favicon is considered more professional than a site which has not,as it gives your website its own uniqueness. This feature has been long known with Wordpress blogs,but in this tutorial,I will be guiding you on ́how to add a favico… Read More
  • CREATE CUSTOM PERMALINKS FOR ALL BLOGGER POSTS.You might have noticed some blogs having shortened urls at the top/bottom of every post with a “Share this post” text. This is a very nice widget which can help increase your blog's traffic as visitors won't have to go through the stress of manually … Read More

Tidak ada komentar:

Posting Komentar