diff --git a/taxonomy-thematiques.php b/taxonomy-thematiques.php index 40bef95..bba4559 100644 --- a/taxonomy-thematiques.php +++ b/taxonomy-thematiques.php @@ -69,7 +69,7 @@ $relatedTaxQuestions = new WP_Query($query_args); null, array( 'ID' => get_queried_object_id(), - 'title' => __("Les questions les plus fréquentes", "homegrade-theme__texte-fonctionnel__faq-archive-questions") . get_queried_object()->name, + 'title' => __("Les questions les plus fréquentes", "homegrade-theme__texte-fonctionnel__faq-archive-questions"), 'sub-title' => $currentThematique->name, 'thematique' => $currentThematique, 'thematique_generale' => $mainThematique,