Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Problem to display an image with url in custom field › Reply To: Problem to display an image with url in custom field
September 3, 2018 at 8:23 pm
#19146
Keymaster
Thank you.
That is the problem then. The custom field on image options only works with post meta, but not user metadata. I think however it might be possible to resolve without access, using a custom code.
I have made a custom snippet to try. Add this custom code to the functions.php in your theme/child theme directory (copy from line 3 only!). Before editing, please make sure to have a full site back-up just in case!
This will parse the user meta from the image field, and change the image to it if available.