Compare commits
No commits in common. "2741294420182e8dc1dc065c17fcfacd0838f393" and "a2b5de9b3473325146dd2230ee22e823e72209ac" have entirely different histories.
2741294420
...
a2b5de9b34
|
|
@ -64,6 +64,7 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
|
|||
global $post;
|
||||
$post_title = $post->post_title;
|
||||
|
||||
|
||||
get_template_part(
|
||||
'template-components/artisans/card-artisans-single',
|
||||
null,
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ $foundPosts = $args['foundPosts'] ?? null;
|
|||
|
||||
<div class="fieldset-titling">
|
||||
<img class="fieldset-icon" src="<?php echo get_stylesheet_directory_uri() . '/resources/img/pictogrammes/Homegrade_repertoire-metiers.svg' ?>" alt=''>
|
||||
<h4 class="filter-title"><?php echo __("Éléments du bâtiment", "metiers-patrimoine-theme") ?></h4>
|
||||
<h4 class="filter-title">Éléments du bâtiment</h4>
|
||||
</div>
|
||||
<ul>
|
||||
<?php
|
||||
|
|
@ -76,7 +76,7 @@ $foundPosts = $args['foundPosts'] ?? null;
|
|||
|
||||
<div class="fieldset-titling">
|
||||
<img class="fieldset-icon" src="<?php echo get_stylesheet_directory_uri() . '/resources/img/pictogrammes/Homegrade_repertoire-elements.svg' ?>" alt=''>
|
||||
<h4 class="filter-title"><?php echo __("Métiers", "metiers-patrimoine-theme") ?></h4>
|
||||
<h4 class="filter-title">Métiers</h4>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user