diff --git a/taxonomy-thematiques.php b/taxonomy-thematiques.php index 536ae4a..eb2b779 100644 --- a/taxonomy-thematiques.php +++ b/taxonomy-thematiques.php @@ -62,7 +62,7 @@ $relatedTaxQuestions = new WP_Query($query_args); -
slug : "" ?>"" data-thematique-id=" term_id ?>"> +
slug : "" ?>"" data-thematique-id=" term_id ?>"> + +
+ +
+ +
+

+

+
+ + +
    + 'brochures', + 'posts_per_page' => 5, + 'post_status' => 'publish', + 'orderby' => 'rand', + 'meta_key' => 'brochure_pdf', + 'meta_value' => false, + 'meta_compare' => '!=', + 'tax_query' => array( + array( + 'taxonomy' => 'thematiques', + 'field' => 'term_id', + 'terms' => $mainThematique->term_id, + ) + ) + ); + $brochuresPosts = new WP_Query($args); + + ?> + $brochuresPosts, + ) + ) + ?> +
+ +
+ + + +
+ +