FEATURE Introducing component

This commit is contained in:
Nonimart 2025-06-25 11:44:11 +02:00
parent 288fb8e733
commit f37f9cca3a

View File

@ -0,0 +1,16 @@
<?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>