dofollow nofollowYou know all those plugins and stuff that you try to install to make the comments author’s links dofollow? I think they’re very good and sometimes you should just use them, it depends on what you want.

But there’s another way of making you comments author’s links dofollow, directly from WP platform.

This post it’s not about whether is good or not to have dofollow on the comments but just How To and that’s all. (here is a post that includes information as to why you should change comments to dofollow)

Here is the process to make comment links dofollow from the nofollow default for WordPress:

Go to public_html/wp-includes/comment-template.php

Around line you should have this, or something like this:

$return = “$author“;

Just remove the nofollow from there and the links become dofollow.

Result should be like this:

$return = “$author“;

That’s all

Print This Post