Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Display featured image of the blog on pressing enter or magnifying glass › Reply To: Display featured image of the blog on pressing enter or magnifying glass
March 4, 2023 at 4:29 pm
#41630
Keymaster
That code returns the image field URL, not the HTML tag, so you will have to wrap it into an image tag, like:
<img src="<?php the_asp_result_field('image'); ?>">