"hierarchical"=>true,
"parent"=>0
);
-
-// $cat_id = get_query_var('michsci_category');
- $cat_id = $_REQUEST['michsci_category'];
+ $cat_id = $_REQUEST['michsci_category'];
+ if(!($cat_id)){
+ $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>";
+ }
+ } else {
$myPost = get_posts(array(
'post_type' => 'miproduct',
echo '<label class="checkboxLabel"><input class="tagOptions" type="checkbox" name="' . $myTerms->name . '" value="' . $myTerms->slug . '"' . '>' . " " . $myTerms->name . '</label>' ."<br>";
}
}
-
-// $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>";
-// }
+ }
?>
<input type="hidden" name="searchType" value="blog" /> </div>