Imposta apertura nuova finestra

This commit is contained in:
ulaulaman 2020-09-08 18:52:06 +02:00
parent ce06940eb7
commit 07de645f2a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<?php while ( $query->have_posts() ): $query->the_post();?>
<div class="ajax-posts__post">
<article <?php post_class(); ?>>
<a href="<?= get_the_permalink(); ?>">
<a href="<?= get_the_permalink(); ?>" target="eduinaf">
<?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'medium' ); }?>
<h3><?php the_title(); ?></h3>
<?php if ( has_excerpt() ) { the_excerpt(); }?>