Hi, is it possible to add a thumbnail in search results on addition to the search list results ?
ie:
http://fritzimages.com/blog/?s=main
thanks
Hi Ed!
Please see – https://kriesi.at/support/topic/include-thunbnail-in-serach-results/#post-290770
Regards,
Yigit
Can you review where to insert the snippet, line 88 has code in it.
thanks
Hi!
Line 30 in the same file should look like this.
<header class="entry-content-header">
Try adding this beneath it.
<?php echo the_post_thumbnail( 'thumbnail' ); ?>
Regards,
Elliott