Forums
-
- Forum
- Posts
-
- Installation
- 28,540
- Troubleshooting
- 62,810
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
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');