changed checkbox values to match slug names
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 18:11:36 +0000 (13:11 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 18:11:36 +0000 (13:11 -0500)
parts/sidebar-l.php

index 9af51fb..4ff6c1e 100644 (file)
@@ -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>";