I would like to sort images by ID (Descending) so that the newest additions show up on top. I have changed the following admin options, and images are not showing up in the correct order on the front-end gallery or back-end admin area.
A. Admin > Options > Image > Sort images by: ID (Descending)
B. Admin > Albums > Album > Sort images by: ID (Descending)
C. Admin > Albums > Images > Display images by: ID (Descending)
Not only are images not displaying correctly by ID, there they won't change display order at all, regardless of sort option selected (date, filemtime, name, etc.). I have cleared browser cache, history, cookies, etc. I have refreshed the database, purged cache, etc. phpMyAdmin displays all information in zp_images table correctly.
Any idea what is causing this problem?
Thanks.