FEATURE Showing rrevues recommandations on singles
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-14 16:10:06 +02:00
parent 44aecb4408
commit f40d5cd9ce
2 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,9 @@ $revueID = get_field('related_revue', get_the_ID());
</div>
<!-- #### RECOMMANDATIONS #### -->
<?php echo do_blocks('<!-- wp:dynamiques-blocks/nos-recommandations /-->'); ?>
<!-- #### EXPLORE TAGS #### -->
<?php get_template_part('template-parts/components/explore-tags'); ?>

View File

@ -85,6 +85,8 @@ $articles = get_field('articles', $current_issue->ID);
</div>
</div>
<!-- #### RECOMMANDATIONS #### -->
<?php echo do_blocks('<!-- wp:dynamiques-blocks/nos-recommandations /-->'); ?>
<!-- #### EXPLORE TAGS #### -->
<?php get_template_part('template-parts/components/explore-tags'); ?>