How to add custom user avatar in wordpress
I use below code for adding media uploader to user edit profile page WP.
Now, how to use in for show in single.php page? I have an error in single page:
I use below code for adding media uploader to user edit profile page WP.
Now, how to use in for show in single.php page? I have an error in single page:
I want to list pictures of all avatars how do I do this
My code not work 🙁
One visitor commented on one of my post as a guest. Now, i want to change avatar of this comment using comment ID. Comment ID of the comment is 1092. How can i change avatar of the comment using comment id?
Currently I’m using Simple Local Avatars on several of my blogs allowing people to upload their own custom avatar.
I’m using a plugin called Simple Local Avatars which lets me upload author images which are stored on my server locally (no Gravatar). The plugin works fine and get_avatar returns the local avatar.
I’m using Simple Local Avatars for uploading custom user avatars.