Compare commits
No commits in common. "bc7b23cc1b3f49c75fc63a800d6d38afeb4407ba" and "8062b003c149aa68feff3e1cba815e654c251c89" have entirely different histories.
bc7b23cc1b
...
8062b003c1
|
|
@ -49,7 +49,14 @@ echo do_blocks($block_content);
|
|||
|
||||
|
||||
<!-- #### INFOLETTRE #### -->
|
||||
<?php get_template_part('template-parts/components/subscribe-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
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@ $articles = get_field('articles', $current_issue->ID);
|
|||
|
||||
<div class="content-area">
|
||||
|
||||
<?php if (has_excerpt()) : ?>
|
||||
<details class="edito">
|
||||
|
||||
<details class="edito" open="true">
|
||||
<summary>
|
||||
<h2 class="edito__title">
|
||||
Edito
|
||||
|
|
@ -67,7 +67,7 @@ $articles = get_field('articles', $current_issue->ID);
|
|||
</div>
|
||||
</div>
|
||||
</details>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php get_template_part('template-parts/revues/revue-authors', null, array(
|
||||
'postId' => get_the_ID()
|
||||
)); ?>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?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 et la revue Dynamiques directement dans votre boîte mail. Abonnez-vous et surveillez votre boîte : un mail de confirmation vous attend ! </p>
|
||||
<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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user