gallery sort order > adding gallerie / picture
-
Hello,
i have more than 1.000 gallery created.
if i add a new one the list is sorted by gallery id. how can i sort by title DESC?the file is: ../nextgen_addgallery_page/templates/upload_images.php
the Code line 5 – 7:
<?php foreach ($galleries as $gallery): ?>
<option value=”<?php echo esc_attr($gallery->{$gallery->id_field}) ?>”><?php echo esc_attr($gallery->title) ?></option>
<?php endforeach ?>who can help please?
thx
brotmaschine
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘gallery sort order > adding gallerie / picture’ is closed to new replies.