FEATURE add data attributes to toolbar actions for articles and revues grids
This commit is contained in:
parent
e0fd2ffff3
commit
ed74a03c22
|
|
@ -61,7 +61,7 @@ $thematiques = get_terms(array(
|
||||||
<?php _e('articles', 'dynamiques'); ?>
|
<?php _e('articles', 'dynamiques'); ?>
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="post-grid__toolbar-actions">
|
<div class="post-grid__toolbar-actions" data-post-type="articles">
|
||||||
<div class="search-bar">
|
<div class="search-bar">
|
||||||
<input type="text" placeholder="<?php _e('Rechercher par mot-clé', 'dynamiques'); ?>">
|
<input type="text" placeholder="<?php _e('Rechercher par mot-clé', 'dynamiques'); ?>">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ $thematiques = get_terms(array(
|
||||||
<input type="text" placeholder="<?php _e('Rechercher par mot-clé', 'dynamiques'); ?>">
|
<input type="text" placeholder="<?php _e('Rechercher par mot-clé', 'dynamiques'); ?>">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="post-grid__toolbar-actions">
|
<div class="post-grid__toolbar-actions" data-post-type="revues">
|
||||||
|
|
||||||
<select name="etiquettes">
|
<select name="etiquettes">
|
||||||
<option value="1"><?php _e('Thématiques', 'dynamiques'); ?></option>
|
<option value="1"><?php _e('Thématiques', 'dynamiques'); ?></option>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user