For a conference platform we are creating, we have a custom post type created for people to upload a headshot -- it is actually a JetEngine meta field, to be precise. Is there any way that we can direct WPDiscuz to use this field for a person's Comment avatar?
Hi,
wpDiscuz uses the native (core) WordPress get_avatar() function. You can use the same function and make the customization you want.
This support topic should be helpful for you as well: https://wpdiscuz.com/community/troubleshooting/conditionally-changing-comment-avatar/#post-22904
I appreciate the reply...but I am not proficient enough in the core functions to be able to take this and run with it. What do I need to do with the get_avatar() function in order to have a meta field provide a person's headshot?