FEATURE ajout d'un cta pour consulter les prochaines publications

This commit is contained in:
Nonimart 2025-10-02 14:27:47 +02:00
parent 249f00eb33
commit 403052e96c

View File

@ -10,10 +10,15 @@ Chaque parution propose un dossier thématique nourri de contributions plurielle
'cover' => array( 'cover' => array(
'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-revues-page-cover.svg', 'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-revues-page-cover.svg',
'alt' => 'Revues' 'alt' => 'Revues'
),
'cta' => array(
'title' => __('Voir les publications à venir', 'dynamiques'),
'url' => get_home_url() . '/prochaines-publications/',
) )
)); ?> )); ?>
<?php get_template_part('template-parts/revues/revues-grid'); ?> <?php get_template_part('template-parts/revues/revues-grid'); ?>
<!-- #### EXPLORE TAGS #### --> <!-- #### EXPLORE TAGS #### -->