correcting chapter component title display
This commit is contained in:
parent
0794f0771f
commit
8601ff7e0c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user