correcting chapter component title display

This commit is contained in:
Antoine M 2023-11-30 20:28:50 +01:00
parent 0794f0771f
commit 8601ff7e0c

View File

@ -69,7 +69,7 @@ $relatedTaxQuestions = new WP_Query($query_args);
null, null,
array( array(
'ID' => get_queried_object_id(), '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, 'sub-title' => $currentThematique->name,
'thematique' => $currentThematique, 'thematique' => $currentThematique,
'thematique_generale' => $mainThematique, 'thematique_generale' => $mainThematique,