Sometimes when making a reply to a blog comment, I will reference a blog post. Because I have comments setup with nofollow by default, this means the comment link is nofollow, which sucks. Is there a plugin which will remove dofollow from admin comments or selected blog comments for wordpress?
Maybe a simple change in strip_nofollow code should serve the purpose. add_filter('get_comment_author_link', 'strip_nofollow', 15); Code (markup): This is called to remove nofollow from comments, you just have to check if comment author is the owner/admin of the blog.
I found this cool dofollow plugin, which removes nofollow from registered users comments, which serves the purpose well if you don't allow visitors to register.