From f1c1a00fef520c6d1fc5de3d4679bdde8db07d5c Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 16 Sep 2025 14:02:48 +0200 Subject: [PATCH] FEEDBACK removing article title --- template-parts/authors/authors-list.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/template-parts/authors/authors-list.php b/template-parts/authors/authors-list.php index 404a4f2..e71e6ab 100644 --- a/template-parts/authors/authors-list.php +++ b/template-parts/authors/authors-list.php @@ -2,7 +2,7 @@ $postId = $args['postId']; $isArticle = is_singular('articles'); $componentTitle = $isArticle ? 'Auteur·e·s de l\'article' : 'Auteur·e·s de la revue'; -$articleTitle = get_the_title($postId); + $authors = []; if ($isArticle) { @@ -16,9 +16,7 @@ if (empty($authors)) return; ?>

- -

- +