carhop__dynamiques-theme__P.../template-parts/articles/article-authors.php
Nonimart d6d1a532bc
All checks were successful
continuous-integration/drone/push Build is passing
REMOVE TEST FIX
2026-02-25 16:37:01 +01:00

15 lines
322 B
PHP

<?php
?>
<div id="article-authors" class="article-authors">
<?php get_template_part('template-parts/authors/authors-list', null, array(
'postId' => get_the_ID()
)); ?>
<?php get_template_part('template-parts/authors/authors-last-publications', null, array(
'postId' => get_the_ID()
)); ?>
</div>