Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1332370

    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.

    #1332542

    Hi peterolle,

    Yes, the modification should still work just fine in Enfold 4.8.8 :)

    Best regards,
    Nikko

    #1332543

    Thank you Nikko, you can mark it as solved.

    #1332549

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Show images in search results 4.8.8’ is closed to new replies.