• Resolved findingitontheway

    (@findingitontheway)


    Hi guys,

    right now the past events list in the backend (/wp-admin/edit.php?s&post_status=all&post_type=event&action=-1&m=0&scope=past&filter_action=Filter&paged=1&action2=-1) is usually ordered accending (so the oldest first). Is it possible to change that to decending? So we always have the latest past events at the top?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You could try adding &order=desc or &order=asc at the end of query

    Thread Starter findingitontheway

    (@findingitontheway)

    Hi @tim01 ,

    thanks for your reply. Can you tell me where I would need to put it? Probably directly in the php file? If so which one?

    Cheers Nick

    You can add those additional filter on the URL also. something like the one below.

    /wp-admin/edit.php?s&post_status=all&post_type=event&action=-1&m=0&scope=past&filter_action=Filter&paged=1&action2=-1&order=desc

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sorting past events by “latest first” in the backend’ is closed to new replies.