mirror of
https://github.com/ulaulaman/eduinaf-ajax-filter-posts.git
synced 2025-03-06 19:37:54 +01:00
Imposta apertura nuova finestra
This commit is contained in:
parent
ce06940eb7
commit
07de645f2a
@ -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(); }?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user