FEATURE ajout d'un cta pour consulter les prochaines publications
This commit is contained in:
parent
249f00eb33
commit
403052e96c
|
|
@ -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 #### -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user