From d495b9334cf9f2a4c4edde4b7fc6a925b11a1c60 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Feb 2026 17:28:07 +0100 Subject: [PATCH] FEATURE introducing component --- template-parts/authors/authors-list.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 template-parts/authors/authors-list.php diff --git a/template-parts/authors/authors-list.php b/template-parts/authors/authors-list.php new file mode 100644 index 0000000..8e439b4 --- /dev/null +++ b/template-parts/authors/authors-list.php @@ -0,0 +1,21 @@ + +
+

+ + + + $author->ID, + ) + ); ?> + + +
\ No newline at end of file