From 3d5fca4d90c5d01e56c8e3384928c99fea8ffd4b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Nov 2023 15:33:27 +0100 Subject: [PATCH] fixing webinaire cta urls --- template-components/archives/webinaire-rows.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template-components/archives/webinaire-rows.php b/template-components/archives/webinaire-rows.php index 40c8466..0c1c9a7 100644 --- a/template-components/archives/webinaire-rows.php +++ b/template-components/archives/webinaire-rows.php @@ -8,7 +8,7 @@ $videosWebinairesPosts = $args['videosWebinairesPosts']; $mainThematique = getParentThematique($thematique) ?? null; $mainThematiqueIcon = get_field('taxonomy_pictures', "thematiques_" . $rootThematic->term_id)['icon'] ?? null; $publicationDate = get_field("date", get_the_ID()); - + $webinaireUrl = get_field("url", get_the_ID()); ?>
  • @@ -26,7 +26,7 @@ $videosWebinairesPosts = $args['videosWebinairesPosts'];
    - +