From 86fd29864c1199a7dfcc7b749ed3a0a0fa577e79 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 25 Jun 2025 11:45:16 +0200 Subject: [PATCH] FEATURE Refactoring and optimizing functionnal behaviour --- template-parts/authors/authors-list.php | 32 +++++++++++++++++++ template-parts/authors/revue-authors-list.php | 19 ----------- 2 files changed, 32 insertions(+), 19 deletions(-) create mode 100644 template-parts/authors/authors-list.php delete mode 100644 template-parts/authors/revue-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..52a04a4 --- /dev/null +++ b/template-parts/authors/authors-list.php @@ -0,0 +1,32 @@ + +
+

+ +

+ + + $authorID, + ) + ); ?> + +
\ No newline at end of file diff --git a/template-parts/authors/revue-authors-list.php b/template-parts/authors/revue-authors-list.php deleted file mode 100644 index 8e7b646..0000000 --- a/template-parts/authors/revue-authors-list.php +++ /dev/null @@ -1,19 +0,0 @@ - - -
-

Auteur·e·s de la revue

- - $authorID, - ) - ); ?> - -
\ No newline at end of file