FEATURE Introducing component
This commit is contained in:
parent
288fb8e733
commit
f37f9cca3a
16
template-parts/articles/article-authors.php
Normal file
16
template-parts/articles/article-authors.php
Normal 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>
|
||||
Loading…
Reference in New Issue
Block a user