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

Reply To: Show first couple of images from post content in results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Show first couple of images from post content in results Reply To: Show first couple of images from post content in results

#38429
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Matija,

Well, if the image URLs are stored in a custom field, then you can use the advanced title and content field features to alter the output.
For programmatical changes, I suggest using the asp_results hook – there you can programmatically fetch the images needed, and add an output HTML to the $r->content field.
For even more specific changes use the results templating feature as well, that gives you more control of the actual output.