carhop__carhop-theme__DEV/template-parts/components/posts/post-authors.php
Antoine M 01a6145310
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing default post components to be reused
2026-02-24 17:19:53 +01:00

19 lines
334 B
PHP

<?php
?>
<div id="post-authors" class="post-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>