This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Problem to display an image with url in custom field

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

#19146
Ernest MarcinkoErnest Marcinko
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.