From b8b4e92833927cf59b25528b467de355315e14ae Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 Nov 2023 14:00:12 +0100 Subject: [PATCH] refining and temporarely hiding filter --- taxonomy-thematiques.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/taxonomy-thematiques.php b/taxonomy-thematiques.php index c1f0554..24eaab4 100644 --- a/taxonomy-thematiques.php +++ b/taxonomy-thematiques.php @@ -25,6 +25,7 @@ $sousThematiques = get_terms(array( $query_args = array( 'post_type' => 'questions', 'posts_per_page' => -1, + 'status' => 'publish', 'tax_query' => array( array( 'taxonomy' => 'thematiques', @@ -61,7 +62,7 @@ $relatedTaxQuestions = new WP_Query($query_args); -
slug : "" ?>"" data-thematique-id=" term_id ?>"> +
slug : "" ?>"" data-thematique-id=" term_id ?>">
-
+ + +

posts) ?>

-
+
--> @@ -114,7 +117,7 @@ $relatedTaxQuestions = new WP_Query($query_args); - +