mirror of
https://github.com/ulaulaman/eduinaf-ajax-filter-posts.git
synced 2025-06-27 09:03:00 +02:00
Aggiunto il riassunto al loop
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user