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

#2240

StartupWP
Keymaster

Have you tried?:

<section class="entry-summary">
<a href="<?php the_permalink(); ?><?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?></a>
<?php the_excerpt(); ?>
<a href="<?php the_permalink(); ?>Olvass Tovább</a>
<?php if ( is_search() ) { ?><div class="entry-links"><?php wp_link_pages(); ?></div><?php } ?>
</section>