Viewing 1 replies (of 1 total)
  • Plugin Author ajayver

    (@ajayver)

    Try using this code:

    <?php the_widget('cat_tag_filter','title=Sort:&button_title=Filter&cat_list_label=Show resources for:&tag_list_label=Of type:&all_tags_text=Any media type'); ?>

    or

    <?php
    $args = array(
    'title' => 'Sort:',
    'button_title' => 'Filter'
    'cat_list_label' => 'Show resources for:'
    'tag_list_label' => 'Of type:'
    'all_tags_text' => 'Any media type',
    );
    the_widget('cat_tag_filter', $args); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Cat Tag Filter] Widget code not displaying all $inst, $arg’ is closed to new replies.