Forums
-
- Forum
- Posts
-
- Installation
- 28,364
- Troubleshooting
- 62,095
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,880
- Showcase
- 3,252
-
bb_get_profile_link does self echo, so you could try:
<a href="<?php echo user_profile_link(bb_get_current_user_info('id')); ?>/">
…or if you don’t want to use it amongst another href, just use:
<?php echo bb_profile_link('link text here'); ?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS