FEATURE Showing rrevues recommandations on singles
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
44aecb4408
commit
f40d5cd9ce
|
|
@ -46,6 +46,9 @@ $revueID = get_field('related_revue', get_the_ID());
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- #### RECOMMANDATIONS #### -->
|
||||||
|
<?php echo do_blocks('<!-- wp:dynamiques-blocks/nos-recommandations /-->'); ?>
|
||||||
|
|
||||||
<!-- #### EXPLORE TAGS #### -->
|
<!-- #### EXPLORE TAGS #### -->
|
||||||
<?php get_template_part('template-parts/components/explore-tags'); ?>
|
<?php get_template_part('template-parts/components/explore-tags'); ?>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,8 @@ $articles = get_field('articles', $current_issue->ID);
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<!-- #### RECOMMANDATIONS #### -->
|
||||||
|
<?php echo do_blocks('<!-- wp:dynamiques-blocks/nos-recommandations /-->'); ?>
|
||||||
|
|
||||||
<!-- #### EXPLORE TAGS #### -->
|
<!-- #### EXPLORE TAGS #### -->
|
||||||
<?php get_template_part('template-parts/components/explore-tags'); ?>
|
<?php get_template_part('template-parts/components/explore-tags'); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user