diff --git a/template-parts/articles/articles-grid.php b/template-parts/articles/articles-grid.php
index 0e21774..af26cb2 100644
--- a/template-parts/articles/articles-grid.php
+++ b/template-parts/articles/articles-grid.php
@@ -88,20 +88,25 @@ $thematiques = get_terms(array(
-
have_posts()) : ?>
have_posts()) : $articles->the_post(); ?>
- get_the_date(),
- 'ThumbnailFocalPosition' => safe_get_thumbnail_focal_point_css(),
- 'image' => get_the_post_thumbnail_url(),
- 'link' => get_the_permalink(),
+ get_the_ID(),
- 'showAuthors' => true,
+ 'showTags' => false,
)); ?>
+ get_the_date(),
+ // 'ThumbnailFocalPosition' => safe_get_thumbnail_focal_point_css(),
+ // 'image' => get_the_post_thumbnail_url(),
+ // 'link' => get_the_permalink(),
+ // 'ID' => get_the_ID(),
+ // 'showAuthors' => true,
+ // ));
+ ?>