From 75fdc97b05ee20cb9851f6469411aefb9062455b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 16 Jan 2024 14:58:26 +0100 Subject: [PATCH] introducing component --- brochures-map.php | 145 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 brochures-map.php 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