New Topic

Reply To: Clickable featured images at category view + read more button

Home › Forum › Customization › Clickable featured images at category view + read more button › Reply To: Clickable featured images at category view + read more button

#2239

kezdovega
Participant
<section class="entry-summary">
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?>
<?php the_excerpt(); ?>

<?php if ( is_search() ) { ?><div class="entry-links"><?php wp_link_pages(); ?></div><?php } ?>
</section>