Forums

Query Multiple Taxonomies
[resolved] Insert widget directly into php file (3 posts)

  1. tkhan
    Member
    Posted 7 months ago #

    Hi,

    I was wondering how you insert the widget code directly into a template or php file. I know this is possible because I came across the answer before, but I cannot fin it again.

    Thanks

    http://wordpress.org/extend/plugins/query-multiple-taxonomies/

  2. tkhan
    Member
    Posted 6 months ago #

    found it

    <?php
    the_widget('Taxonomy_Drill_Down_Widget', array(
        'title' => '',
        'mode' => 'lists',
        'taxonomies' => array( 'post_tag','region' ) // list of taxonomy names
    ));
    ?>
  3. schwarzgrau
    Member
    Posted 3 months ago #

    Thank you a lot for posting this again tkhan

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.