Adding a AVATAR in thumb fields
-
I want to show the featured blog post on the home page with user avatar as thumbnails
Is this the right way to display the user avatar for the blog post
<img src='<?php bp_core_get_avatar( $user->user_id, 2, 276, 195 ) ?>’ alt=”<?php the_title(); ?>” />
- The topic ‘Adding a AVATAR in thumb fields’ is closed to new replies.