• Resolved ryantcarter

    (@ryantcarter)


    Hi Jordy,

    I’m trying to sort my admin areas photos the opposite way they currently are sorted.

    I want newest photos at the bottom and oldest at the top (sort asc)

    How can I accomplish this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi 🙂

    I added a filter for the Folders/Collections, and I also gave the choice to my users to use the Taken Date instead of the Upload Date for the Media Date. But other than that, WP/LR Sync wouldn’t enhance the Media Library more. If I was to do sorting and other things it, I would make it as another plugin 🙂

    I think https://ww.wp.xz.cn/plugins/enhanced-media-library/ can do what you ask for, did you try?

    Thread Starter ryantcarter

    (@ryantcarter)

    Hi Jordy,

    Thanks for the reply,

    It’s not the media library I’m trying to sort – it’s this page: /admin.php?page=wplr-tools-menu

    I’m using the taken date by checking that option in the backend, I just want to sort them asc rather than desc 🙂

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    On my TODO list. It requires many changes so I will look into it a bit later 🙂 It’s actually order by ID and not by upload date.

    If you want to simply reverse the current order of those results you can add this line:

    $images = array_reverse( $images );

    after the line 693 in lrsync_admin.php

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Sort Admin View’ is closed to new replies.