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

    (@xnau)

    You can sort by multiple fields. The plugin does not sort by the CSV upload order, it can only order by the value of some field in the record. You can do something like:

    [pdb_list search=true sort=true filter='Country=CANADA' orderby="state,town,business_name" order="ASC,ASC,ASC"]

    Thread Starter graphics616

    (@graphics616)

    Thank you for your response. I used the shortcode that you suggested and it did sort the states correctly but the cities are still not falling into order within the ordered states. What does ASC, ASC, ASC stand for by the way? Is that ascending? If so, what is the code for descending?

    Also just wanted to say, Great App. It does everything else just great and I am sure that this will be resolved as well.

    Thread Starter graphics616

    (@graphics616)

    I have resolved this very well. I realized that the shortcode did not contain the all of the same name fields. When I changed that, the city and business names sorted correctly as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Default sort order is different in three different pages with separate pdb_lists’ is closed to new replies.