updating documentation

This commit is contained in:
Antoine M 2023-11-07 10:15:13 +01:00
parent 7f48a91ebf
commit fe32e7e1c8

View File

@ -105,7 +105,7 @@
</div> </div>
<?php <?php
get_template_part("template-components/news-heading-box", null, array( get_template_part("template-components/news-heading-box", null, array(
"news_type" => array(get_term(88, "news-type")), "news_type" => array(get_term(88, "news_type")),
"title" => "Boite de titrage News", "title" => "Boite de titrage News",
"thumbnail" => get_the_post_thumbnail(2271, "full", array('class' => 'news-heading-box__thumbnail')), "thumbnail" => get_the_post_thumbnail(2271, "full", array('class' => 'news-heading-box__thumbnail')),
"published" => get_the_date() "published" => get_the_date()