From 325ca7100e174080b81c917cbb3ae54523f9240e Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 25 Jun 2025 18:09:50 +0200 Subject: [PATCH] FEATURE Introducing the component --- .../articles/article-informations.php | 54 ++++++++++++++----- 1 file changed, 40 insertions(+), 14 deletions(-) diff --git a/template-parts/articles/article-informations.php b/template-parts/articles/article-informations.php index dc380a9..ee0e324 100644 --- a/template-parts/articles/article-informations.php +++ b/template-parts/articles/article-informations.php @@ -2,27 +2,53 @@ $revueID = $args['revueID']; $issue_number = get_field('issue_number', $revueID); -$issue_parution_date = get_field('issue_parution_date', $revueID); -$issue_updated_date = get_field('issue_updated_date', $revueID); - +$issue_parution_date = get_the_date('Y-m-d', $revueID); +$issue_updated_date = get_the_modified_date('Y-m-d', $revueID); +$coordinations_authors = get_field('coordinations_authors', $revueID); ?>
-

Informations

-
- Numéro - +
+

Informations

+ +
+
Numéro
+ +
+ + +
+
Parution
+ +
+ + +
+
Mise à jour
+ +
+
-
- Parution - -
-
- Mise à jour - +
+

Coordination du Numéro

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