Is there any meta attribute to obtain the user profile picture URL?
Something like
[arm_usermeta meta=profile_picture_url id=UserID]
Or a way to display the specified user profile picture
Hello,
Yes, ARMember does provide a facility to display an avatar (profile picture) for the member. For that, you can use the shortcode for logged in users as given below:
[arm_usermeta meta=”avatar”]
For specifi user avatar, you can use below given shortcode:
[arm_usermeta meta=”avatar” id=”{UserID}”] (replace {UserID} with the User ID).
Please check according and let me know how it goes.
Thanks