wrapping the page in a page container
This commit is contained in:
parent
76cc888b44
commit
29064d75b4
|
|
@ -6,9 +6,10 @@ $thematiquesTerms = get_terms(array(
|
||||||
'parent' => 0
|
'parent' => 0
|
||||||
));
|
));
|
||||||
$page_icon = get_field('page_icon', get_queried_object());
|
$page_icon = get_field('page_icon', get_queried_object());
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<nav class="breadcrumbs_navigation" aria-label="breadcrumbs">
|
|
||||||
|
<div class="homegrade-page-container homegrade-page-container--archive-questions">
|
||||||
|
<nav class="breadcrumbs_navigation" aria-label="breadcrumbs">
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<a href="<?php echo home_url() ?>" title="<?php echo __("Accueil", "homegrade-theme__texte-fonctionnel") ?>">
|
<a href="<?php echo home_url() ?>" title="<?php echo __("Accueil", "homegrade-theme__texte-fonctionnel") ?>">
|
||||||
|
|
@ -17,9 +18,9 @@ $page_icon = get_field('page_icon', get_queried_object());
|
||||||
</li>
|
</li>
|
||||||
<li><a href="<?php echo get_post_type_archive_link('conseils') ?>" aria-current='location'>Nos conseils</a></li>
|
<li><a href="<?php echo get_post_type_archive_link('conseils') ?>" aria-current='location'>Nos conseils</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="archive-page-header">
|
<section class="archive-page-header">
|
||||||
|
|
||||||
<?php if ($page_icon) : ?>
|
<?php if ($page_icon) : ?>
|
||||||
<img class="archive-page-header__icon" src="<?php echo $page_icon['url'] ?>" alt="" />
|
<img class="archive-page-header__icon" src="<?php echo $page_icon['url'] ?>" alt="" />
|
||||||
|
|
@ -69,9 +70,9 @@ $page_icon = get_field('page_icon', get_queried_object());
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="homegrade-help card-large-content-container">
|
<section class="homegrade-help card-large-content-container">
|
||||||
|
|
||||||
<div class="card-large-content card-large-content--has-illustration">
|
<div class="card-large-content card-large-content--has-illustration">
|
||||||
<img class="card-large-content__top-illustration" src='<?php echo get_template_directory_uri() ?>/resources/img/illustrations/illustration-homegrade-help.svg' alt=''>
|
<img class="card-large-content__top-illustration" src='<?php echo get_template_directory_uri() ?>/resources/img/illustrations/illustration-homegrade-help.svg' alt=''>
|
||||||
|
|
@ -120,7 +121,8 @@ $page_icon = get_field('page_icon', get_queried_object());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user