updating fews things

This commit is contained in:
Antoine M 2023-10-25 14:44:53 +02:00
parent 101b015ce7
commit acef13761a

View File

@ -206,7 +206,7 @@ function filter_posts_per_thematique_declare_dropdown()
$thematiques = get_terms(array('taxonomy' => 'thematiques', 'hide_empty' => true)); $thematiques = get_terms(array('taxonomy' => 'thematiques', 'hide_empty' => true));
?> ?>
<select name="thematiques"> <select name="thematiques">
<option value=""><?php _e('Filtrer par Thématique', 'wose45436'); ?></option> <option value=""><?php _e('Filtrer par Thématique', 'homegrade-theme__texte-backoffice'); ?></option>
<?php <?php
$current_v = isset($_GET['thematiques']) ? $_GET['thematiques'] : ''; $current_v = isset($_GET['thematiques']) ? $_GET['thematiques'] : '';
foreach ($all_thematiques as $index => $thematique) { foreach ($all_thematiques as $index => $thematique) {