I am trying to replace WordPress comment author data: 1) Avatar (uploaded image instead of Gravatar) 2) Author link (link to author page as only members can comment) I...
I have 10k users on my site and only around 1k of them are using custom avatars (through a shortcode avatar upload I have). The rest are using a...
I would like to retrieve a list of 12 WordPress users, but I would like to have them randomly (at each page reload) AND only 12 users that have...
I have a client that has 5 different gravatar images, and would like them to be randomly used as the thumbnail for people’s comments that have no Gravatar. I...
I have many, many WordPress authors. For each, I have used the custom wp_usermeta profile field “photo_url” to store URLs for different remotely-hosted avatar images. I am currently displaying...
I’ve been looking for a way to change the default Buddypress avatar for members, and have managed it, partially just using the simple Buddypress codex info here. BUT The...
Ok so i have added a custom field into the users edit profile page where they can add a link to a url of an image they want. I...
i want to get the user avatar URL to use it as background URL style for a div. i tried to use the following but it does not return...
I am looking for a solution to output nothing instead the default avatar when a user does not have any avatar. I am currently using this line. I looked...
Users can upload an avatar as a local image file on my website. If they didn’t do so, it will fall back to the WordPress default (Gravatar). But I...