d7b2bbe7 by Jeff Balicki

Employee Directory

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a4edb6c3
......@@ -319,7 +319,7 @@ if ( ( ( $search && $show_search ) || ( $filters && $show_filters && count( $sea
<div class="um-member-directory-header-row directory-filters-bottom um-member-directory-filters-bar<?php if ( ! $filters_expanded ) { ?> um-header-row-invisible<?php } ?>">
<div class="um-search um-search-<?php echo count( $search_filters ) ?><?php if ( ! $filters_expanded ) { ?> um-search-invisible<?php } ?>">
<?php $terms = get_post_meta('437','_um_custom_fields', true);
<?php $terms = get_post_meta('453','_um_custom_fields', true);
foreach($terms['department_branch']['options'] as $term){ ?>
<div class="category-filter um-search-filter um-check-filter-type"> <input id="<?php echo $term ; ?>" name="department_branch" value="<?php echo $term ; ?>" type="checkbox" class=" sr-only"><label for="<?php echo $term; ?>"><?php echo $term; ?></label></div>
<?php }; ?>
......