Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,264
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
<?php if ( $wp_profile_user = bb_get_user( get_post_author_id( $post_id ) ) ) : $wp_profile_link = esc_attr( "/members/{$wp_profile_user->user_nicename}/" )?><a href="<?php echo $wp_profile_link?>">View profile</a><?php endif?>
Your profile pages from bbPress and WordPress should be in sync anyway if you’ve integrated properly…