Hi all,
I changed the sort order on the searchpage by doing this:
<?php while (next_image(false, NULL, 'date', 'desc')): ?>
This works...latest pictures on first page, first pictures on last page.
On the first page with the latest pictures the printPageListWithNav shows the previous link instead of the next link.
printPageListWithNav( gettext('« Prev'),gettext('Next »'),false,'true','pagelist','',false,'7' );
Is there a way to change this?
TIA