FILTERS open
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -31,8 +31,8 @@ function resources_list($atts){ | ... | @@ -31,8 +31,8 @@ function resources_list($atts){ |
| 31 | <div class="course-list resources"> | 31 | <div class="course-list resources"> |
| 32 | <label for="quicksearch">Search:</label><input type="text" id="quicksearch" placeholder="" /> | 32 | <label for="quicksearch">Search:</label><input type="text" id="quicksearch" placeholder="" /> |
| 33 | <div class="filters"> | 33 | <div class="filters"> |
| 34 | <a href="#" id="filter-more">FILTERS <span aria-hidden="true" class="glyphicon glyphicon-chevron-up"></span></a> | 34 | <a href="#" id="filter-more">FILTERS <span aria-hidden="true" class="glyphicon glyphicon-chevron-down"></span></a> |
| 35 | <div class="filter-group"> | 35 | <div class="filter-group open"> |
| 36 | <div class="category-filter-group "> | 36 | <div class="category-filter-group "> |
| 37 | <div class="category"> | 37 | <div class="category"> |
| 38 | <?php $terms = get_terms( array( 'taxonomy' => 'mlo-category' ,'parent' => $atts['tax']) ); | 38 | <?php $terms = get_terms( array( 'taxonomy' => 'mlo-category' ,'parent' => $atts['tax']) ); | ... | ... |
-
Please register or sign in to post a comment