projects
/
WP-Themes
/
michsci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7093a1
)
changed checkbox values to match slug names
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 18:11:36 +0000
(13:11 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 18:11:36 +0000
(13:11 -0500)
parts/sidebar-l.php
patch
|
blob
|
history
diff --git
a/parts/sidebar-l.php
b/parts/sidebar-l.php
index
9af51fb
..
4ff6c1e
100644
(file)
--- a/
parts/sidebar-l.php
+++ b/
parts/sidebar-l.php
@@
-9,7
+9,7
@@
"hierarchical"=>true,
"parent"=>0
);
- $tags = get_terms("michsci_
category
", $args);
+ $tags = get_terms("michsci_
tag
", $args);
foreach($tags as $tag){
echo '<input class="tagOptions" type="checkbox" name="' . $tag->name . '" value="' . $tag->slug . '"' . '>' . " " . $tag->name . "<br>";