• Resolved cmehl

    (@cmehl)


    Just wondering how I could insert the dropdown in a template instead of using a widget…Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author scribu

    (@scribu)

    the_widget('Taxonomy_Drill_Down_Widget', array(
    	'title' => '',
    	'mode' => 'dropdowns',
    	'taxonomies' => array( 'post_tag', 'color' ) // list of taxonomy names
    ));

    ‘mode’ can be one of ‘lists’ or ‘dropdowns’

    Thread Starter cmehl

    (@cmehl)

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Query Multiple Taxonomies] Can i call the dropdown in a template instead of using the widge’ is closed to new replies.