• I would like to sort my entries by a field value, but not alphabetically or numerically. For instance, say “Bronze”, “Silver”, and “Gold”. I’d like to sort the table as bronze, then silver, then gold, or vice versa. Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Author Roland Barker

    (@xnau)

    If you’re comfortable with MySQL queries, you can modify the list query with a custom sort. There is a filter that gives you access to the query before it’s used to generate the list. That is the only way to do something like this.

Viewing 1 replies (of 1 total)

The topic ‘Custom Sort (Non-Alpha, Non-Numeric)’ is closed to new replies.