Add custom image to results
-
Hi, im trying to add post custom images in page results apart from post thumbnail. Im using the plugin Advanced Custom Fields, it works adding this code at src:
src="<?php the_field('name_of_custom_image'); ?>"
How can I insert this code in your plugin? Im trying this:
$html .= '<img src="'.the_field(name_of_custom_image).'">';
but when I inspect the code at page results, the src is empty, and the url of custom image appears written at the beginning of my content div.
How can I fix it?
Thank you!
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add custom image to results’ is closed to new replies.