Aggiunto il riassunto al loop

This commit is contained in:
ulaulaman 2020-07-08 17:45:41 +02:00
parent c723c85f43
commit da64b5e62c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<a href="<?= get_the_permalink(); ?>">
<?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'medium' ); }?>
<h3><?php the_title(); ?></h3>
<?php if ( has_excerpt() ) { the_excerpt(); }?>
</a>
</article>
</div>