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

Reply To: Display featured image of the blog on pressing enter or magnifying glass

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

#41630
Ernest MarcinkoErnest Marcinko
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'); ?>">