FEATURE introducing page
This commit is contained in:
parent
51b8db7592
commit
8b5c8af4fb
38
archive-analyses-etudes.php
Normal file
38
archive-analyses-etudes.php
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
<?php get_header(); ?>
|
||||||
|
|
||||||
|
<main id="content" class="site-content flex-grow">
|
||||||
|
<?php get_template_part('template-parts/page-header', null, array(
|
||||||
|
'title' => 'Analyses et études',
|
||||||
|
'subtitle' => 'Accédez à nos recherches et publications thématiques',
|
||||||
|
'description' => 'Le CARHOP produit des analyses et des études ancrées dans l’histoire sociale, en lien étroit avec les réalités du monde du travail et des mouvements sociaux. Ces productions visent à éclairer l’actualité par une lecture historique, critique et accessible.',
|
||||||
|
'cover' => array(
|
||||||
|
'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-page-analyses-etudes-cover.svg',
|
||||||
|
'alt' => 'Revues'
|
||||||
|
),
|
||||||
|
'background_style' => 'sliced',
|
||||||
|
'cta' => array(
|
||||||
|
'title' => __('Trouver une publication', 'carhop'),
|
||||||
|
'url' => '#prochaines-publications',
|
||||||
|
)
|
||||||
|
)); ?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<?php get_template_part('template-parts/revues/revues-grid'); ?>
|
||||||
|
|
||||||
|
<!-- #### EXPLORE TAGS #### -->
|
||||||
|
<?php
|
||||||
|
$block_content = '<!-- wp:dynamiques-blocks/explore-tags /-->';
|
||||||
|
echo do_blocks($block_content);
|
||||||
|
?>
|
||||||
|
|
||||||
|
<!-- #### PROCHAINEMENT #### -->
|
||||||
|
<?php get_template_part('template-parts/components/decouvrez-prochainement'); ?>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- #### INFOLETTRE #### -->
|
||||||
|
<?php get_template_part('template-parts/components/subscribe-infolettre'); ?>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
||||||
Loading…
Reference in New Issue
Block a user