Skip to content

Commit

Permalink
Search WordPress post
Browse files Browse the repository at this point in the history
Permettre de rechercher un post de blog WordPress (notamment quand ils sont utilisés pour des archives comme Campus Lectures, Archizoom, etc.)
  • Loading branch information
xentenza committed Jun 19, 2024
1 parent 1543c18 commit e135602
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/components/molecules/filters/filters-blog.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
<div class="collapse collapse-lg-show collapse-drop" id="form-filters">
<form class="p-3 p-lg-0 mt-md-3">

<div class="form-group">
<form class="border-0 p-0" method="get" name="?s+s">
<div class="search-form mt-1 input-group">
<label for="search" class="sr-only">Rechercher</label>
<input type="text" class="form-control" name="s" placeholder="Rechercher">
<button type="submit" class="d-none d-xl-block btn btn-primary input-group-append">Valider</button>
</div>
</form>
</div>

<div class="form-group">
<div class="form-group">
<label>Catégories</label>
Expand Down

0 comments on commit e135602

Please sign in to comment.