From 99c236d46c54da94948324c6f0e9e9c54ac94795 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 7 Sep 2023 12:55:00 +0200 Subject: [PATCH] communiques page added --- pcf-wp/communiques.php | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 pcf-wp/communiques.php diff --git a/pcf-wp/communiques.php b/pcf-wp/communiques.php new file mode 100644 index 0000000..a0615d7 --- /dev/null +++ b/pcf-wp/communiques.php @@ -0,0 +1,56 @@ + +

Check:

+ + +'communiques', 'post_status'=>'publish', 'posts_per_page'=>-1)); ?> + + have_posts() ) : $wpb_all_query->the_post(); ?> + + + + +

" . get_the_title() . "

+" . get_the_excerpt(); +} +?> + + + + +
+
+ + \ No newline at end of file