updating fews things
This commit is contained in:
parent
101b015ce7
commit
acef13761a
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user