Are you looking for a way to display the avatar of the logged in user? While there’s probably a plugin for this, we have created a quick code snippet that you can use to display logged in users avatar in BuddyPress. You can customize the height, width, and class of the user avatar.
Instructions:
All you have to do is add this code to your theme’s single.php file:
echo bp_core_fetch_avatar( array( 'item_id' => bp_loggedin_user_id(), 'width' => 50, 'height' => 50, 'class' => 'avatar', ) );
Note: If this is your first time adding code snippets in WordPress, then please refer to our guide on how to properly copy / paste code snippets in WordPress, so you don’t accidentally break your site.
If you liked this code snippet, please consider checking out our other articles on the site like: 20 best WordPress church themes and how to save partial form data in WordPress.
Hi
I am a beginner and I want to know how I can display it on my topbar