From 2f495878c37842025018f159daba33bd32aa7b76 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 25 Jun 2025 11:45:25 +0200 Subject: [PATCH] FEATURE Introducing the component --- .../authors/authors-last-publications.php | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 template-parts/authors/authors-last-publications.php 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