FEATURE Handling article tags and article references
This commit is contained in:
parent
2817ff670e
commit
866f25d73f
|
|
@ -16,10 +16,15 @@ $revueID = get_field('related_revue', get_the_ID());
|
|||
<input type="text" placeholder="Rechercher">
|
||||
</div>
|
||||
|
||||
|
||||
<?php get_template_part('template-parts/articles/article-tags'); ?>
|
||||
<?php get_template_part('template-parts/articles/index-panel'); ?>
|
||||
</aside>
|
||||
|
||||
<div class="content-area">
|
||||
<?php get_template_part('template-parts/articles/article-references', null, array(
|
||||
'postId' => get_the_ID()
|
||||
)); ?>
|
||||
<?php get_template_part('template-parts/articles/article-authors', null, array(
|
||||
'postId' => get_the_ID()
|
||||
)); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user