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?
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 🙂
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