STYLE Passing the thumbnail overlay style for the cards

This commit is contained in:
Nonimart 2026-03-23 16:36:40 +01:00
parent 53e1a20259
commit 33759696e7

View File

@ -99,8 +99,9 @@ $thematiques = get_terms(array(
<?php get_template_part('template-parts/components/cards/post-card', null, array(
'ID' => get_the_ID(),
'showTags' => false,
'has_thumbnail_overlay' => true,
)); ?>
<?php
<?php
// get_template_part('template-parts/articles/card-article', null, array(
// 'date' => get_the_date(),
// 'ThumbnailFocalPosition' => safe_get_thumbnail_focal_point_css(),