Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d7b2bbe7
authored
2023-12-07 13:54:43 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Employee Directory
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
a4edb6c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/understrap-child/ultimate-member/templates/members.php
wp-content/themes/understrap-child/ultimate-member/templates/members.php
View file @
d7b2bbe
...
...
@@ -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
(
'4
37
'
,
'_um_custom_fields'
,
true
);
<?php
$terms
=
get_post_meta
(
'4
53
'
,
'_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
};
?>
...
...
Please
register
or
sign in
to post a comment