• Resolved BFred

    (@bfred)


    hi again,

    Is it possible to sort the list display setting by one field first and then a second field within each first sorts (like let say you have categories A,B,C,D and then names: and so you’ll have all your records sorted by categories and then alphabetically sorted)?

    Thanks a lot.

    https://ww.wp.xz.cn/plugins/participants-database/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    yeah, I need to update my documentation. You can put multiple field names in the “orderby” attribute, also you can have multiple values in the “order” attribute:

    [pdb_list orderby="state,city" order="asc,asc"]

    Thread Starter BFred

    (@bfred)

    Great, that just worked! Thank you very much.

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

The topic ‘Double sorting’ is closed to new replies.