New Topic

Reply To: Featured images in category view?

Home › Forum › Customization › Featured images in category view? › Reply To: Featured images in category view?

#1812

StartupWP
Keymaster

You’ll want to edit entry-summary.php (this can be done via a child theme: https://startupwp.com/topic/child-theming/) and just below this line:

<section class="entry-summary">

add:

<?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?>

From there we can help you style the featured image in size and placement, please provide a link to one of your category pages and let us know how you want to style it.