Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,018
- How-to & Troubleshooting
- 129,640
- Creating & Extending
- 25,793
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,382
- Miscellaneous
- 9,179
-
This will do the trick:
<?php global $bp; ?>
<a href="<?php echo bp_core_get_userurl($bp->displayed_user->id) ?>"
title="<?php bp_core_get_user_displayname( $bp->displayed_user->id, true ) ?>">
<?php echo bp_core_get_avatar( $bp->displayed_user->id, 1 ) ?></a>