Shortcode works only for Default Avatar?
-
Hi Bangbay thanks for creating an amazing avatar plugin, unfortunately am having a problem displaying user avatar on their profile page.
I have created a page that only display user info and avatar photo. using this code
echo get_wp_user_avatar($user_id, 'medium');
it dasn’t display users upload avatar photo but only the Default Avatar..?I have also tried this code to
echo get_wp_user_avatar($post->post_author, 96);
does the same thing it only display the Default avatar.what i would like to do is if u view user profile page show their uploaded avatar photo.
Thank you for your tima Bangbay
The topic ‘Shortcode works only for Default Avatar?’ is closed to new replies.