Uploaded images order display
Ovi, does ClassiPost override the order of the uploaded images on the front-end or is it CP?
My issue is that when the users upload new images, they are displayed at the end instead of being placed at the beginning of the gallery, it only makes sense to have the newest uploaded images placed first, I looked into the app-plupload.php files since they were included in both themes.
Is the line
PHP Code:
'order' => 'ASC'
the one that is responsible for this behavior or is it in a different file?
I remember seeing a section for the images where it said
PHP Code:
"orderby" = ASC
or DESC
By the way, I discovered how to allow multiple uploads in one shot:
'multi_selection' => true,
(was false before, changed it to true)