Hi I am currently using following url
https://wordpress.org/plugins/featured-image-from-url/
but if I use this plugin, I couldn’t see thumnail whenb I search some post from ajax search pro plugin.
So I asked to developer and he said that in lite version
I had to change something like following:
Hi, Jinhee.
I found a solution for that.
Open ajax-search-lite/includes/views/result.php
And replace the line 42:
style=’background-image: url(“<?php echo $r->image; ?>”);’>
By
style=’background-image: url(“<?php echo fifu_main_image_url($r->id); ?>”);’>
So Would you beable to test this with this plugin and update in next version?
because I really want this plugin with ajax search pro so I can save my server data.
thanks