'brochures',
'posts_per_page' => -1,
'post_status' => 'publish',
);
$brochures = new WP_Query($args);
?>
BROCHURES FR
have_posts()) : while ($brochures->have_posts()) : $brochures->the_post(); ?>
-
slug: post_name ?>
'brochures',
'posts_per_page' => -1,
'post_status' => 'publish',
);
$brochuresNL = new WP_Query($args);
?>
BROCHURES NL
have_posts()) : while ($brochuresNL->have_posts()) : $brochuresNL->the_post(); ?>
-
slug: post_name ?>
'fiches-infos',
'posts_per_page' => -1,
'post_status' => 'publish',
);
$fichesinfosFR = new WP_Query($args);
?>
FICHES INFOS FR
have_posts()) : while ($fichesinfosFR->have_posts()) : $fichesinfosFR->the_post(); ?>
-
slug: post_name ?>
'fiches-infos',
'posts_per_page' => -1,
'post_status' => 'publish',
);
$fichesinfosNL = new WP_Query($args);
?>
FICHES INFOS NL
have_posts()) : while ($fichesinfosNL->have_posts()) : $fichesinfosNL->the_post(); ?>
-
slug: post_name ?>