• I’m using a custom field for users to be able to upload their avatar (because I don’t want them to have to register for a wordpress account and deal with gravatar).

    However, I would like to use their uploaded avatar in the authors list shortcode. It would be great to easily specify a user meta field to use as avatar image in the output. At the moment I did show_avatar="no" and before_title="{al:custom_user_img_upload} .

    I got it to work alright, but the custom field only returns the ID for the image, and thus requires some hassle with adding the wp_get_attachment_image() function into the plugin instead of the default get_avatar() function in display.php .

    Awesome plugin!

    • This topic was modified 4 years, 2 months ago by iacgwits.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature request: Custom field avatar’ is closed to new replies.