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