• When choosing order Name/Count/ID: they don’t appear to work. They always seem to appear in reverse alphabetical order which is the least useful order possible.

Viewing 1 replies (of 1 total)
  • I’m having the same issue, with the same question. Changing the sort order has no effect, and why would you sort the DESC by default instead of ASC? Anyway, until the dev sorts this out, here’s a quick CSS fix to reverse the list order:

    .wpf_items_group ul {
    transform: rotate(180deg);
    }
    .wpf_items_group ul > li {
    transform: rotate(-180deg);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘‘Order’ does nothing’ is closed to new replies.