Looking to discover how to alter my content.php code to add the thumbnail image of the specific posts to my search results located here for example:
https://divesummit.com/?s=suunto&submit=Search
I would like a thumbnail of the featured post’s image listed along with the smaller blurb of the post in the search results.
<?php get_template_part( 'content', get_post_format() ); ?>
by somehow changing content.php I can have it include a small thumbnail along with each search result. My theme already has thumb support I just need help implementing it.
Any help on doing this would be appreciated.
PS. I do have a child theme installed