FEATURE Introducing data handling and page for activites post type

This commit is contained in:
Antoine M 2026-03-03 17:13:31 +01:00
parent 1be5cf1d1b
commit 3b01d8ec55

View 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 danimations, 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',
));