|
Let me wake up a bit and I'll try to help.
If you use Nextgen Gallery, you would go into nextgen-gallery/lib/ngg-db.php and change this:
$album->sortorder = serialize( $wpdb->get_col("SELECT gid FROM $wpdb->nggallery") );
to this:
$album->sortorder = serialize( $wpdb->get_col("SELECT gid FROM $wpdb->nggallery ORDER BY gid DESC") );
or:
$album->sortorder = serialize( $wpdb->get_col("SELECT gid FROM $wpdb->nggallery ORDER BY title DESC") );
I'm guessing it's the same problem with you where it's going by the image ID and not name, not sure why IDs are all mixed up, though.. :/
__________________
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in. 
I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
|