A blog about technology, Internet, social media, blogging tips, seo tips, computer tips and tricks, earning money online, etc.
How To Customize Blogger Comment Link
We shared many blogger customization tips and tricks here in this blog. Today we will discuss about customizing Blogger comment link. You can change the text and look of the blogger comment link that appears below every posts on blogger homepage. I am talking about the comment link that has been shown below in the snapshot.
The customization will give your blog a professional look. Backup your template before applying any customization. Here goes the complete step for customizing the blogger comment link:-
1) Log in to Blogger account.
2) Go to your Blogger Dashboard > Template >Edit HTML and tick the "Expand Widget Templates" checkbox.
3) Now press (CTRL+F) to find the piece of code (marked in red):
Replace this code marked in red with the codes below:-
4) Preview and save the template.
You can also add a comment icon beside the comment link.
Just add small code that is given below:
So that the final code after adding comment icon will be as like given below:
The customization will give your blog a professional look. Backup your template before applying any customization. Here goes the complete step for customizing the blogger comment link:-
1) Log in to Blogger account.
2) Go to your Blogger Dashboard > Template >Edit HTML and tick the "Expand Widget Templates" checkbox.
3) Now press (CTRL+F) to find the piece of code (marked in red):
<span class='post-comment-link'> |
Replace this code marked in red with the codes below:-
<b:if cond='data:post.numComments == 0'>
|
4) Preview and save the template.
You can also add a comment icon beside the comment link.
Just add small code that is given below:
<img src='URL' style='border:0px'/>
(Replace URL with the actual URL of the icon image)
So that the final code after adding comment icon will be as like given below:
<span class='post-comment-link'>
<img src='URL' style='border:0px'/> </b:if> |
Subscribe to:
Posts (Atom)
-
HeartATech
Copyright©2012 HeartATech. Articles cannot be reproduced without permission from the author.
Powered by Blogger