Viewing 1 replies (of 1 total)
  • <?php the_widget('Taxonomy_Drill_Down_Widget', array(
    	 'title' => '',
    	 'mode' => 'checkboxes',
    	'taxonomies' => array( 'Apple', 'Banana', 'Coconut' ) // list of taxonomy names
    	));
    ?>

    should work in a template file.

Viewing 1 replies (of 1 total)
  • The topic ‘How to display the widget in template file?’ is closed to new replies.