carhop__carhop-theme__DEV/archive-fonds-archives.php
Antoine M 24c4dadbca
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE handling fonds archives
2026-04-13 16:59:54 +02:00

37 lines
980 B
PHP

<?php get_header(); ?>
<?php
$current_post_type = get_post_type();
?>
<main id="content" class="site-content flex-grow">
<?php get_template_part('template-parts/post-types/fonds-archives/archive-header'); ?>
<!-- #### ARCHIVE POST GRID #### -->
<?php get_template_part('template-parts/post-types/fonds-archives/archive-post-grid', null, array(
'current_post_type' => 'fonds-archives',
'post_amount' => -1,
'grid_title' => 'Trouver un fonds d\'archives',
)); ?>
<!-- #### ACCES CONSULTATION #### -->
<?php get_template_part('template-parts/compositions/acces-consultation'); ?>
<!-- #### COLLECTIVE ACCES #### -->
<?php get_template_part('template-parts/compositions/collective-acess'); ?>
<!-- #### SOUTENIR #### -->
<?php get_template_part('template-parts/compositions/soutenir'); ?>
<!-- #### INFOLETTRE #### -->
<?php get_template_part('template-parts/compositions/infolettre'); ?>
</main>
<?php
get_footer();