Hi, so this is my code to make one of the taxonomy lists show on the page:
<?php the_widget(‘Taxonomy_Drill_Down_Widget’, array(‘title’ => ”,’mode’ => ‘lists’,’taxonomies’ => array( ‘medium’ ) )); ?>
If I changed type=”checkbox” to type=”radio” on checkbox-item.html and the mode above to checkboxes, it does only let me select one from each category, however, the user would have to submit every time they selected something, which is not how I want it to work, that’s why I used lists, so when something is clicked it automatically adds it or removes it…if theres a way to do that with the checkboxes option, please let me know…thanks!