Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    For Advanced Content Types, you can choose which fields directly in the Pods ‘Admin UI’ tab of the edit pod screen.

    For Post Types and other content types, you can try using this plugin which provides you with many options:

    https://www.ads-software.com/plugins/codepress-admin-columns/

    Is there a way to choose which of the ACT fields enabled as Admin Table Columns is used for the default sorting in the admin UI, and whether to sort ASC or DESC? by default, Name is used for sorting.

    the closest thing i see is picking a different field as ‘Title Field’ under ‘Advanced Options’, but i’m not sure if this has other implications, and i think the default is to sort ASCending and there is no way to make DESCending the default.

    i could use pods_ui_manage() for this, but i wonder if i’m missing something obvious for this in the admin interface.

    Plugin Contributor Josh Pollock

    (@shelob9)

    You will need to use the orderby param in pods_ui() for this.

    https://pods.io/docs/code/pods-ui/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change what Sorting Columns Pods Uses in WP Admin’ is closed to new replies.