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

16 lines
359 B
PHP

<?php
?>
<div id="article-authors" class="article-authors">
<p><?php echo get_the_ID(); ?></p>
<?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>