• cmccarra

    (@connor-mccarra)


    Hi, I’m implementing the widget like this on a portfolio page page:

    <?php the_widget('cat_tag_filter','title=Filter Stoves:&button_title=Filter&cat_list_label=By manufacturer:&category_tax=portfolio_cats&all_cats_text=All Manufacturers&tag_list_label=Of type:&all_tags_text=Any Type'); ?>

    I am using this widget on a portfolio page to limit posts by category, once the user has selected a category they are taken to that category page but the posts don’t load as I’m also loading the widget on that page. It works fine when the widget is removed from the category page. Any suggestions on what could be causing this conflict?

    Edit: The posts load if I just have:

    <?php the_widget('cat_tag_filter'); ?>

    On the category page, so it seems its just the $args that are causing the problem. Any suggestions?

    Cheers

    http://wordpress.org/extend/plugins/cat-tag-filter-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ajayver

    (@ajayver)

    Hi!

    Try to delete arguments one by one, to understand which one of them is causing a problem. Thanks!

    Thread Starter cmccarra

    (@connor-mccarra)

    Hi, Sorry for the late reply. It is the “category_tax=portfolio_cats” tag that is causing it, any ideas why?

    Cheers!

    Plugin Author ajayver

    (@ajayver)

    Hm… Not sure… Do you use a widget before or after the loop?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget breaks category taxonomy page’ is closed to new replies.