From b390b9039a141d4061e41576e792b894acc13e42 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 7 Sep 2023 12:59:00 +0200 Subject: [PATCH] communiques page fix --- pcf-wp/communiques.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pcf-wp/communiques.php b/pcf-wp/communiques.php index a0615d7..5da6891 100644 --- a/pcf-wp/communiques.php +++ b/pcf-wp/communiques.php @@ -11,12 +11,11 @@ get_header(); ?> --> 'communiques', 'post_status'=>'publish', 'posts_per_page'=>-1)); ?> - have_posts() ) : $wpb_all_query->the_post(); ?> + have_posts() ) : $wpb_com_query->the_post(); ?>