STYLE Passing the thumbnail overlay style for the cards
This commit is contained in:
parent
53e1a20259
commit
33759696e7
|
|
@ -99,8 +99,9 @@ $thematiques = get_terms(array(
|
||||||
<?php get_template_part('template-parts/components/cards/post-card', null, array(
|
<?php get_template_part('template-parts/components/cards/post-card', null, array(
|
||||||
'ID' => get_the_ID(),
|
'ID' => get_the_ID(),
|
||||||
'showTags' => false,
|
'showTags' => false,
|
||||||
|
'has_thumbnail_overlay' => true,
|
||||||
)); ?>
|
)); ?>
|
||||||
<?php
|
<?php
|
||||||
// get_template_part('template-parts/articles/card-article', null, array(
|
// get_template_part('template-parts/articles/card-article', null, array(
|
||||||
// 'date' => get_the_date(),
|
// 'date' => get_the_date(),
|
||||||
// 'ThumbnailFocalPosition' => safe_get_thumbnail_focal_point_css(),
|
// 'ThumbnailFocalPosition' => safe_get_thumbnail_focal_point_css(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user