unleashing durabilite

This commit is contained in:
Antoine M 2024-06-25 16:35:33 +02:00
parent 3b3dac3666
commit 9053723b11

View File

@ -32,9 +32,8 @@ $page_icon = get_field('page_icon', get_queried_object());
<?php foreach ($thematiquesTerms as $thematique) : ?> <?php foreach ($thematiquesTerms as $thematique) : ?>
<?php <?php
if ( if (
$thematique->slug === "durabilite"
|| $thematique->slug === "duurzaamheid" $thematique->slug === "au-quotidien"
|| $thematique->slug === "au-quotidien"
|| $thematique->slug === "dagelijks" || $thematique->slug === "dagelijks"
) continue; ) continue;