diff --git a/buddypress.org/public_html/wp-content/themes/bb-base/single-user.php b/buddypress.org/public_html/wp-content/themes/bb-base/single-user.php
index a4eec97ca..3070c8df9 100644
--- a/buddypress.org/public_html/wp-content/themes/bb-base/single-user.php
+++ b/buddypress.org/public_html/wp-content/themes/bb-base/single-user.php
@@ -11,7 +11,9 @@ get_header(); ?>
 
 	<?php do_action( 'bbp_before_main_content' ); ?>
 
-	<h3 id="bbpress-user"><?php bbp_displayed_user_field( 'display_name' ); ?> (@<?php bbp_displayed_user_field( 'user_nicename' ); ?>)</h3>
+	<h3 id="bbpress-user">
+		<?php bbp_displayed_user_field( 'display_name' ); ?> (<a href="<?php echo 'https://profile.wordpress.org/' . bbp_displayed_user_field( 'user_nicename' ); ?>">@<?php bbp_displayed_user_field( 'user_nicename' ); ?></a>)
+	</h3>
 
 	<div id="bbp-user-<?php bbp_current_user_id(); ?>" class="bbp-single-user">
 		<div class="entry-content">
