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'];
    - +