dernier article

<!–<div class= »box »>
<div class= »box-v-sm »>
<span class= »label-primary »>Agenda</span>
</div>
<?php
$the_query = new WP_Query(array(‘category’ => 6, ‘posts_per_page’ => 1));
while ($the_query->have_posts()) : $the_query->the_post(); ?>
<h1>
<span class= »bl-bb »>
<?php if ( get_field(‘titre_alternatif’) ) : ?>
<?= the_field(‘titre_alternatif’) ?>
<?php else : ?>
<?= the_title() ?>
<?php endif; ?>
</span>
</h1>
<a href= »<?php the_permalink() ?> » class= »label-primary »>en savoir plus</a>
<?php endwhile; ?>
</div>

</div>–>

Connexion
Authentification
X