delete wordpress automatic nofollow filter -plugin
-
[moved to “Fixing WordPress”]
Hi everyone,
I have searched via Google the whole afternoon (now is 8pm here!) and found nothing suitable. Unbelievable, tell me! One would think there must be millions who required to TURN OFF the automatic addition of “rel=nofollow” in wp comments.
But no, all Google finds is: plugins to always follow, to always unfollow, to choose when to follow/unfollow, etc etc.
Phew! That’s not suitable. We simply need to do sth like this
add_filter(‘comment_text’, ‘auto_nofollow’);but that doesn’t work. ??
——-
In brief WHY wp’s automatic addition and thus robbing webmasters’ freedom is ill thought through:
– We do not pass comments with links ANYWAY (end in spam)
– But we do reply to comments/questions with helpful links mostly within our own site (is a huge knowledge base)
– Now, it makes NO SENSE whatsoever that **in such case** wp adds “nofollow”, you see my point?We do not want more plugins (doesn’t make sense anyway), we simply require to UNDO what wp seems to do automatically to our comments (our own comments, in this case). Okay?
Anyone found out how to “hack” (is that necessary??) wp to NOT add nofollows?
We are perfectly capable of adding nofollow ourselves where WE feel it’s helpful. ??
- The topic ‘delete wordpress automatic nofollow filter -plugin’ is closed to new replies.