30 March 2010

Blogspot tips & trick: Modify Comments Display Now


Again, I have found a way to optimize my blog design by customizing Blogspot template. This brief introduction will show you how to change your Blogspot comment display to any sentences you want.

There are only two steps to accomplish this task as shown below:

1. Firstly, go to "Layout" and then "Edit HTML" after log in your blogspot account.

2. Next, try to search "<data:postCommentMsg/>" by using shortcut, Ctrl + F, for Windows users.

Example:

From
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
to
<h4 id='comment-post-message'>We Like Your Cool Comment</h4>

From
<a expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
to
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>We Like 
Your Cool Comment</a>

Finally,



Good luck and have a nice day^^
Feel free to give me a comment about this topic. It will be a great support to Xaivier Blog.

Written by: Xaivier Chia

Advertisements:

No comments:

Post a Comment