diff --git a/template-parts/revues/revue-recommandation-card.php b/template-parts/revues/revue-recommandation-card.php index 703862a..621e2aa 100644 --- a/template-parts/revues/revue-recommandation-card.php +++ b/template-parts/revues/revue-recommandation-card.php @@ -2,8 +2,7 @@ $title = $args['title']; $ID = $args['ID']; $thumbnail = get_the_post_thumbnail($ID, 'full'); - - +$alt = get_post_meta($ID, 'alt_text', true); ?> @@ -19,7 +18,6 @@ $thumbnail = get_the_post_thumbnail($ID, 'full'); -