diff --git a/template-parts/authors/authors-last-publications.php b/template-parts/authors/authors-last-publications.php new file mode 100644 index 0000000..07063f4 --- /dev/null +++ b/template-parts/authors/authors-last-publications.php @@ -0,0 +1,33 @@ + $isArticle ? 'articles' : 'revues', + 'author' => $authors, + 'posts_per_page' => 6, + 'orderby' => 'date', + 'order' => 'DESC', +)); +?> + + + + + + $post->ID, + )); ?> + + + \ No newline at end of file