User avatars displaying administrators avatar
-
I am attempting to pull in a users avatar using the following code:
<?php echo get_wp_user_avatar($user_id, 96); ?>
However, the avatar displayed for all profiles is pulling in the administrators avatar.In another template on the site I am using the same code and it is showing correctly.
Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘User avatars displaying administrators avatar’ is closed to new replies.