$tags = get_terms("michsci_tag", $args);
foreach($tags as $tag){
- echo '<label class="checkboxLabel"><input class="tagOptions" type="checkbox" name="' . $tag->name . '" value="' . $tag->slug . '"' . '>' . " " . $tag->name . '</label>' ."<br>";
+ echo '<label class="checkboxLabel"><input class="tagOptions" type="checkbox" name="' . $tag->name . '" value="' . $tag->name . '"' . '>' . " " . $tag->name . '</label>' ."<br>";
} ?>
<input type="hidden" name="searchType" value="blog" /> </div>