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
f14c060f
authored
2023-08-04 13:55:31 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
FILTERS open
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
0376f63e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
wp-content/themes/understrap-child/inc/shortcodes-resources.php
wp-content/themes/understrap-child/inc/shortcodes-resources.php
View file @
f14c060
...
...
@@ -31,8 +31,8 @@ function resources_list($atts){
<div
class=
"course-list resources"
>
<label
for=
"quicksearch"
>
Search:
</label><input
type=
"text"
id=
"quicksearch"
placeholder=
""
/>
<div
class=
"filters"
>
<a
href=
"#"
id=
"filter-more"
>
FILTERS
<span
aria-hidden=
"true"
class=
"glyphicon glyphicon-chevron-
up
"
></span></a>
<div
class=
"filter-group"
>
<a
href=
"#"
id=
"filter-more"
>
FILTERS
<span
aria-hidden=
"true"
class=
"glyphicon glyphicon-chevron-
down
"
></span></a>
<div
class=
"filter-group
open
"
>
<div
class=
"category-filter-group "
>
<div
class=
"category"
>
<?php
$terms
=
get_terms
(
array
(
'taxonomy'
=>
'mlo-category'
,
'parent'
=>
$atts
[
'tax'
])
);
...
...
Please
register
or
sign in
to post a comment