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

    (@designsandcode)

    Hey again idjuly ??

    The widget was never designed to use the same taxonomy twice is the field list so this will not work.

    If you want the user to be able to select multiple categories you need to try another field type, such as checkbox or multiselect ?? Then a user can pick as many categories as they want.

    You can even then change the logic so they use AND or OR operators ?? Some of this is undocumented but here is an example:

    [searchandfilter fields="search,post_tag,category" types=",multiselect,checkbox," operators=",or,and"]

    ??

    Thread Starter idjuly4

    (@idjuly4)

    DaC- looks good. is there a way to arrange categories in the checkbox in other than alphabetical order?

    thx
    july4

    Plugin Author DesignsAndCode

    (@designsandcode)

    Check the docs – https://docs.designsandcode.com/search-filter/#options -you have order_by and order_dir ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two categories dropdowns’ is closed to new replies.