Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tkhan

    (@tkhan)

    found it

    <?php
    the_widget('Taxonomy_Drill_Down_Widget', array(
        'title' => '',
        'mode' => 'lists',
        'taxonomies' => array( 'post_tag','region' ) // list of taxonomy names
    ));
    ?>
    schwarzgrau

    (@schwarzgrau)

    Thank you a lot for posting this again tkhan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Insert widget directly into php file’ is closed to new replies.