FEATURE ajout d'un cta pour consulter les prochaines publications
This commit is contained in:
parent
f8cdb53e1e
commit
249f00eb33
|
|
@ -10,6 +10,10 @@ Chaque parution propose un dossier thématique nourri de contributions plurielle
|
||||||
'cover' => array(
|
'cover' => array(
|
||||||
'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-articles-page-cover.svg',
|
'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-articles-page-cover.svg',
|
||||||
'alt' => 'Revues'
|
'alt' => 'Revues'
|
||||||
|
),
|
||||||
|
'cta' => array(
|
||||||
|
'title' => __('Consulter les prochaines publications', 'dynamiques'),
|
||||||
|
'url' => get_home_url() . '/prochaines-publications/',
|
||||||
)
|
)
|
||||||
)); ?>
|
)); ?>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user