Hi, i use this to show al thumbs of an album
`
<?php while (next_image(true, $firstPageImages)): ?>
" title="<?php echo getImageTitle();?>"><?php printImageThumb(getImageTitle()); ?>
<?php endwhile; ?>
`
i'd like to sort them "by desc".
I found something in the forum but i can't get it working.
Help please!!!
Comments
2. Set the dropdown "Sort images by" to "custom"
3. Enter "desc" in the just appeared field named "custom fields".
4. "Save album".
Before editing the code I was looking in the options, but i found only album sorting.
Thank you!