carhop__carhop-theme__DEV/template-parts/components/posts/post-authors.php
2026-03-20 17:02:06 +01:00

18 lines
332 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>