Don't know if this is already possible, I can't remember having read anything about it yet (and I did read through A LOT on your website in the past couple of days..)
It would be perfect if every album would have an album ID, so I could organize them by ID (first generated album gets ID 1, second gets ID 2 etc).
I am absolutely blank on PHP, and have no idea of how to make functions, but I'd be very happy to be able to insert something like this:
Code:
<?php get_albums_by_id(3,1,2,4,5) ?>
and get my albums ordered like this:
Album with ID 3 | Album with ID 1 etc...
Am I way off...??
Paal