Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Is it possible to get only the avatar-url ?


yu
Participant

@gerbilo

it’s not just url, but something..

<?php echo bp_core_get_avatar( user_id_here, 1 ) ?>

you will get ->

<img src="http://your.site/wp-content/blogs.dir/blog_id_here/files/avatars/user_id_here/user_avatar.jpg" alt="" class="avatar photo" width="50" height="50" />

Skip to toolbar