FEATURE Introducing data handling and page for activites post type
This commit is contained in:
parent
1be5cf1d1b
commit
3b01d8ec55
11
template-parts/post-types/activites/archive-header.php
Normal file
11
template-parts/post-types/activites/archive-header.php
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?php get_template_part('template-parts/page-header', null, array(
|
||||||
|
'title' => 'Catalogue des activités',
|
||||||
|
'subtitle' => 'Apprendre, partager et débattre avec le CARHOP',
|
||||||
|
'description' => 'Un catalogue d’animations, de formations et de conférences proposées par le CARHOP.',
|
||||||
|
'cover' => array(
|
||||||
|
'url' => get_stylesheet_directory_uri() . '/resources/img/covers/cover-catalogue-activites.svg',
|
||||||
|
'alt' => 'Revues'
|
||||||
|
),
|
||||||
|
'background_style' => 'sliced',
|
||||||
|
|
||||||
|
));
|
||||||
Loading…
Reference in New Issue
Block a user