12 lines
190 B
PHP
12 lines
190 B
PHP
<?php
|
|
|
|
|
|
?>
|
|
|
|
<div id="revue-authors" class="revue-authors">
|
|
<?php get_template_part('template-parts/authors/authors-list', null, array(
|
|
'postId' => get_the_ID()
|
|
)); ?>
|
|
|
|
|
|
</div>
|