diff --git a/brochures-map.php b/brochures-map.php new file mode 100644 index 0000000..559230a --- /dev/null +++ b/brochures-map.php @@ -0,0 +1,145 @@ + 'brochures', + 'posts_per_page' => -1, + 'post_status' => 'publish', + +); +$brochures = new WP_Query($args); + +?> +
+

BROCHURES FR

+ + +
+ + 'brochures', + 'posts_per_page' => -1, + 'post_status' => 'publish', + +); + +$brochuresNL = new WP_Query($args); + +?> + +
+

BROCHURES NL

+ + +
+ + 'fiches-infos', + 'posts_per_page' => -1, + 'post_status' => 'publish', + +); + +$fichesinfosFR = new WP_Query($args); + +?> + +
+

FICHES INFOS FR

+ + +
+ 'fiches-infos', + 'posts_per_page' => -1, + 'post_status' => 'publish', + +); + +$fichesinfosNL = new WP_Query($args); + +?> + +
+

FICHES INFOS NL

+ + +
\ No newline at end of file