renaming thematique from renovation-circulaire to Durabilité
This commit is contained in:
parent
3c6237d378
commit
679d2aeecb
|
|
@ -41,8 +41,8 @@ if (!function_exists('get_automatic_post')) {
|
||||||
|
|
||||||
foreach ($thematique_terms as $key => $thematique) {
|
foreach ($thematique_terms as $key => $thematique) {
|
||||||
if (
|
if (
|
||||||
$thematique->slug === "renovation-circulaire"
|
$thematique->slug === "durabilite"
|
||||||
|| $thematique->slug === "circulaire-renovatie"
|
|| $thematique->slug === "duurzaamheid"
|
||||||
|| $thematique->slug === "au-quotidien"
|
|| $thematique->slug === "au-quotidien"
|
||||||
|| $thematique->slug === "dagelijks"
|
|| $thematique->slug === "dagelijks"
|
||||||
|| $thematique->slug === "aides-financieres"
|
|| $thematique->slug === "aides-financieres"
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,8 @@ $terms = get_terms(array(
|
||||||
|
|
||||||
<?php foreach ($terms as $term) : ?>
|
<?php foreach ($terms as $term) : ?>
|
||||||
<?php if (
|
<?php if (
|
||||||
$term->slug === "renovation-circulaire"
|
$term->slug === "durabilite"
|
||||||
|| $term->slug === "circulaire-renovatie"
|
|| $term->slug === "duurzaamheid"
|
||||||
|| $term->slug === "au-quotidien"
|
|| $term->slug === "au-quotidien"
|
||||||
|| $term->slug === "dagelijks"
|
|| $term->slug === "dagelijks"
|
||||||
|| $term->slug === "aides-financieres"
|
|| $term->slug === "aides-financieres"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user