updating breadcrumb
This commit is contained in:
parent
b452cec446
commit
4876be5487
|
|
@ -42,7 +42,11 @@ $relatedTaxQuestions = new WP_Query($query_args);
|
|||
$archiveQuestions = get_page_by_template('template-archive-questions.php')[0];
|
||||
?>
|
||||
<ol>
|
||||
<li><a href="<?php echo home_url() ?>">Home</a></li>
|
||||
<li>
|
||||
<a href="<?php echo home_url() ?>" title="<?php echo __("Accueil", "homegrade-theme__texte-fonctionnel") ?>">
|
||||
<img src="<?php echo get_template_directory_uri() . "/resources/img/pictogrammes/icon_house_dark.svg" ?>" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li><a href="<?php echo get_post_permalink($archiveQuestions) ?>"><?php echo $archiveQuestions->post_title ?></a></li>
|
||||
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user