Title: Sort Admin View
Last modified: February 2, 2017

---

# Sort Admin View

 *  Resolved [ryantcarter](https://wordpress.org/support/users/ryantcarter/)
 * (@ryantcarter)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/sort-admin-view/)
 * 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](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/sort-admin-view/#post-8729994)
 * 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://wordpress.org/plugins/enhanced-media-library/](https://wordpress.org/plugins/enhanced-media-library/)
   can do what you ask for, did you try?
 *  Thread Starter [ryantcarter](https://wordpress.org/support/users/ryantcarter/)
 * (@ryantcarter)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/sort-admin-view/#post-8730353)
 * 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](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/sort-admin-view/#post-8776150)
 * 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.

 * ![](https://ps.w.org/wplr-sync/assets/icon-256x256.png?rev=1939787)
 * [Photo Engine (Media Organizer & Lightroom)](https://wordpress.org/plugins/wplr-sync/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wplr-sync/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wplr-sync/)
 * [Active Topics](https://wordpress.org/support/plugin/wplr-sync/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wplr-sync/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wplr-sync/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/sort-admin-view/#post-8776150)
 * Status: resolved