• Hi peeps.

    Is there a way to change the sort order for the albums page so that newly added albums are listed at the top of the page.

    I have found many solutions for earlier versions of NextGEN stating to change $album->sortorder = serialize( $wpdb->get_col(“SELECT gid FROM $wpdb->nggallery”) ); in the file ngg-db.php.

    to

    $album->sortorder = serialize( $wpdb->get_col(“SELECT gid FROM $wpdb->nggallery ORDER BY gid DESC”) );

    But this does not work with version 1.7.2.

    Any help would be greatly appreciated.

    Knappers

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘NextGEN Gallery 1.7.2 Album sort order’ is closed to new replies.