introducing search result card
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7d2ed53b44
commit
a22c049b6d
10
template-components/artisans/artisan-search-no-results.php
Normal file
10
template-components/artisans/artisan-search-no-results.php
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
// $lang = apply_filters('wpml_current_language', null);
|
||||||
|
// write_log($lang);
|
||||||
|
?>
|
||||||
|
<h1><?php echo __("test pour gilles", "metiers-patrimoine-theme") ?></h1>
|
||||||
|
<div class='no-results'><img class='no-results__cover' src=" <?php get_stylesheet_directory_uri() . "/resources/img/illustrations/Homegrade_resultats-filtres-cactus.svg" ?>" alt='' />
|
||||||
|
<h3><?php echo __("Aucun résultat trouvé", "metiers-patrimoine-theme") ?> </h3>
|
||||||
|
<p> <?php echo __("Essayez d'ajouter un <span class='highlighted-purple'>filtre supplémentaire</span> pour trouver plus de résultats", "metiers-patrimoine-theme") ?></p>
|
||||||
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user