• Resolved egh9

    (@egh9)


    hello
    thanks you for plugin

    how to make multi select one taxonomy dropdown by search filter plugin and wp_list_categories normal list

    Example

    When choosing a rating from the list categories normal

    site.com/category/cat1

    then choose from the dropdown taxonomy by search filter plugin

    It becomes

    site.com/category/cat1/?taxonomy=tax1

    https://ww.wp.xz.cn/plugins/search-filter/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ross Morsali

    (@designsandcode)

    Hey egh9

    Did you check the docs?

    http://docs.designsandcode.com/search-filter/#example-6

    This should give you an idea of how to do it… but instead change the field type to multiselect –

    [searchandfilter fields="search,category,post_tag" types=",multiselect,multiselect" headings=",Categories,Tags"]

    Does that make sense?

    You must have the category field included in this list so that when a user submits the search they will stay in the same category…

    🙂

    Thread Starter egh9

    (@egh9)

    Thank you for your interest
    But you do not understand what I want

    i want multi select custom taxonomy by plugin dropdown and wp_list_categories without plugin

    Plugin Author Ross Morsali

    (@designsandcode)

    Ah ok then I do not think that is possible…

    A multiselect cannot be a dropdown without some clever Javascript and there is no option in this for wp_list_categories – I didn’t think about adding this in before but I can see that it would be useful, maybe I will add a field type of list in an update soon 🙂

    Thanks

    Thread Starter egh9

    (@egh9)

    I think this is useful for anyone who wants to display the posts by location

    Add a suggestion lists normal select for types without submit button

    I hope you update soon

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘multi select with wp_list_categories’ is closed to new replies.