In previous versions I modified includes/loop-search.php line 35
Commented this:
echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
Added this:
$searchimage = get_the_post_thumbnail( $the_id, 'large' );
echo "<span class='search-result-image'>{$searchimage}</span>";
echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
I see that 4.8.8 has some changes and I just want to be sure the modification should be the same.
Thank you.
Hi peterolle,
Yes, the modification should still work just fine in Enfold 4.8.8 :)
Best regards,
Nikko
Thank you Nikko, you can mark it as solved.
Hi peterolle,
You’re welcome :)
Thanks as well for sharing your tweaks which should be helpful to other users. :)
Thanks again for using Enfold and have a great day!
Best regards,
Nikko