escaping aide-financieres from thematiques loop
This commit is contained in:
parent
71c4c7959e
commit
51ec243495
|
|
@ -33,6 +33,8 @@ $page_icon = get_field('page_icon', get_queried_object());
|
|||
|| $thematique->slug === "circulaire-renovatie"
|
||||
|| $thematique->slug === "au-quotidien"
|
||||
|| $thematique->slug === "dagelijks"
|
||||
|| $thematique->slug === "aides-financieres"
|
||||
|| $thematique->slug === "financiele-steun"
|
||||
) continue; ?>
|
||||
|
||||
<?php
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@ if (!function_exists('get_automatic_post')) {
|
|||
|| $thematique->slug === "circulaire-renovatie"
|
||||
|| $thematique->slug === "au-quotidien"
|
||||
|| $thematique->slug === "dagelijks"
|
||||
|| $thematique->slug === "aides-financieres"
|
||||
|| $thematique->slug === "financiele-steun"
|
||||
) continue;
|
||||
|
||||
// $thematique_datas = get_term_by('slug', $thematique->slug, 'thematiques');
|
||||
|
|
|
|||
|
|
@ -41,6 +41,8 @@ $terms = get_terms(array(
|
|||
|| $term->slug === "circulaire-renovatie"
|
||||
|| $term->slug === "au-quotidien"
|
||||
|| $term->slug === "dagelijks"
|
||||
|| $term->slug === "aides-financieres"
|
||||
|| $term->slug === "financiele-steun"
|
||||
|
||||
) continue; ?>
|
||||
<div class="swiper-slide">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user