Jul 032009

this is about how to dofollow comment on your wordpress blog without plugin, as manually you can dofollow your comment by editing the comment template (comments.php)
fint the script
comment_author_link();
this will display the complete link in your single page/post like
<a id="commentauthor-2306" href="http://antiteori.com" rel="external nofollow">d_anank</a>
now change that script to:

