I think if you want to the simple one, just add widget to your WP plugin. but the other side there is people didn’t like that. they want to edit the template script
. like me i do try the widget but there is something wrong with my theme, wooo something wrong !!!! so i delete a widget … clink ….. it’s done. LOL
How to edit template script, first you must go admin area than appearance > editor > comments.php
i think the php edit now open, now find a word ‘rel=’nofollow’ [ ctr+f ]
<a expr:href=’data:comment.authorUrl‘rel=’nofollow’> <data:comment.author/> </ a>
change it :=>
<a expr:href=’data:comment.authorUrl’> <data:comment.author/> </ a>
its done, simple tutorial
but , if u do follow comment / link . you must install WP-spamfree. why ??? because the link is open follow, be careful its the best i think. people say do follow will increase google PR , hmmm not test yet
Popularity: 2% [?]
Related Content
to the post comments feeds or Leave a trackback













thanks for that dud, it usefull