30, 'post_status' => 'publish', 'post_type' => 'questions', 'thematiques' => $term->ID, 'lang' => ICL_LANGUAGE_CODE, ); $relatedPosts = new WP_Query($args); ?>
have_posts()) : ?> have_posts()) : $relatedPosts->the_post(); $thematique = get_the_terms(get_the_ID(), 'thematiques')[0]; $thematiqueParent = getParentThematique($thematique); $thematiqueColorSlug = getThematiqueFamilySlug($thematiqueParent->slug); ?>