Forums
-
- Forum
- Posts
-
- Installation
- 28,551
- Troubleshooting
- 62,904
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 15,004
- Showcase
- 3,259
-
bbPress has a function called bb_rel_nofollow() which can be added via filter to functions which output a link (… not functions that output a URL).
For example:
add_filter('post_author_link', 'bb_rel_nofollow');