updating chapter header call
This commit is contained in:
parent
341a4440db
commit
40e3e3e90b
|
|
@ -39,10 +39,11 @@ get_header();
|
||||||
|
|
||||||
<?php get_template_part('template-components/post-conseils/chapter-header', null, array(
|
<?php get_template_part('template-components/post-conseils/chapter-header', null, array(
|
||||||
'postID' => get_the_ID(),
|
'postID' => get_the_ID(),
|
||||||
'title' => __("Retrouvez nos conseils sur l'isolation dans notre brochure écrite par des experts", "homegrade-theme__texte-fonctionnel"),
|
'subtitle' => $mainThematique->name,
|
||||||
|
'title' => __("Les conseillères et conseillers Homegrade vous guident", "homegrade-theme__texte-fonctionnel"),
|
||||||
'hasInfoCapsule' => false,
|
'hasInfoCapsule' => false,
|
||||||
'ctaUrl' => $relatedConseilsUrl,
|
'ctaUrl' => $relatedConseilsUrl,
|
||||||
'ctaTitle' => __("Consulter nos conseils sur ", "homegrade-theme__texte-fonctionnel") . $mainThematique->name,
|
'ctaTitle' => __("Parcourir nos conseils ", "homegrade-theme__texte-fonctionnel"),
|
||||||
'ctaTarget' => "_self",
|
'ctaTarget' => "_self",
|
||||||
|
|
||||||
)); ?>
|
)); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user