how sort thumbs

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

  • acrylian Administrator, Developer
    1. Go to the album edit page of the album in question.
    2. Set the dropdown "Sort images by" to "custom"
    3. Enter "desc" in the just appeared field named "custom fields".
    4. "Save album".
  • Hi acrylian, all right now.
    Before editing the code I was looking in the options, but i found only album sorting.
    Thank you!
Sign In or Register to comment.