Compare commits
2 Commits
a2b5de9b34
...
2741294420
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2741294420 | ||
|
|
57ed2d91f5 |
|
|
@ -64,7 +64,6 @@ $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">Éléments du bâtiment</h4>
|
||||
<h4 class="filter-title"><?php echo __("Éléments du bâtiment", "metiers-patrimoine-theme") ?></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">Métiers</h4>
|
||||
<h4 class="filter-title"><?php echo __("Métiers", "metiers-patrimoine-theme") ?></h4>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user