REFACTORING with cleaner template-parts
This commit is contained in:
parent
1aa1b52d00
commit
c0e14a39e6
|
|
@ -17,10 +17,7 @@ Chaque parution propose un dossier thématique nourri de contributions plurielle
|
|||
<?php get_template_part('template-parts/articles/articles-grid'); ?>
|
||||
|
||||
<!-- #### EXPLORE TAGS #### -->
|
||||
<?php
|
||||
$block_content = '<!-- wp:dynamiques-blocks/explore-tags /-->';
|
||||
echo do_blocks($block_content);
|
||||
?>
|
||||
<?php get_template_part('template-parts/components/explore-tags'); ?>
|
||||
|
||||
<!-- #### PROCHAINEMENT #### -->
|
||||
<?php get_template_part('template-parts/components/chapter-section', null, array(
|
||||
|
|
@ -44,14 +41,7 @@ echo do_blocks($block_content);
|
|||
|
||||
|
||||
<!-- #### INFOLETTRE #### -->
|
||||
<?php
|
||||
$block_content = '<!-- wp:carhop-blocks/subscribe-infolettre {"title":"Restez connectés à l’histoire 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 get_template_part('template-parts/components/subscribe-infolettre'); ?>
|
||||
|
||||
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user