Do-follow on own site
-
I know that is possible to outcomment these parts
add_filter( ‘bbp_get_reply_content’,’bbp_rel_nofollow’, 50 );
add_filter( ‘bbp_get_topic_content’,’bbp_rel_nofollow’, 50 );in the bbpress/includes/core/filters.php
But I want to set only internal links to do follow, external should to on nofollow.
How I can do it?
- You must be logged in to reply to this topic.