REFACTORING with cleaner template-parts

This commit is contained in:
Antoine M 2025-06-09 14:56:28 +02:00
parent 1aa1b52d00
commit c0e14a39e6

View File

@ -17,10 +17,7 @@ Chaque parution propose un dossier thématique nourri de contributions plurielle
<?php get_template_part('template-parts/articles/articles-grid'); ?> <?php get_template_part('template-parts/articles/articles-grid'); ?>
<!-- #### EXPLORE TAGS #### --> <!-- #### EXPLORE TAGS #### -->
<?php <?php get_template_part('template-parts/components/explore-tags'); ?>
$block_content = '<!-- wp:dynamiques-blocks/explore-tags /-->';
echo do_blocks($block_content);
?>
<!-- #### PROCHAINEMENT #### --> <!-- #### PROCHAINEMENT #### -->
<?php get_template_part('template-parts/components/chapter-section', null, array( <?php get_template_part('template-parts/components/chapter-section', null, array(
@ -44,14 +41,7 @@ echo do_blocks($block_content);
<!-- #### INFOLETTRE #### --> <!-- #### INFOLETTRE #### -->
<?php <?php get_template_part('template-parts/components/subscribe-infolettre'); ?>
$block_content = '<!-- wp:carhop-blocks/subscribe-infolettre {"title":"Restez connectés à lhistoire sociale","className":"wp-block-carhop-blocks-subscribe-infolettre subscribe-infolettre"} -->
<!-- wp:paragraph {"placeholder":"Description","className":"subscribe-infolettre__description"} -->
<p class="subscribe-infolettre__description">Recevez les dernières actualités du CARHOP directement dans votre boîte mail. Abonnez-vous et surveillez votre boîte : un mail de confirmation vous attend !</p>
<!-- /wp:paragraph -->
<!-- /wp:carhop-blocks/subscribe-infolettre -->';
echo do_blocks($block_content);
?>
<?php <?php