The html should actually be the same for each of the listed album thumbnails, so the former. I'm trying to get a full size image instead of a thumbnail and a different style of album title for the first (most recent album).
Yes the albums are in most recent order, but I don't think I know enough to customize it myself, sorry. Could you explain how I would put in a counter for this...
`<?php while (next_album()): ?>
"><?php printAlbumTitle(); ?>
"><?php printCustomAlbumThumbImage(getAlbumTitle(), null, 300, 200, 300, 200, 0, 0); ?>
<?php endwhile; ?>`
Actually that's just lazy, let me take a look and if I really can't do it I'll come back :)
[b][edit][/b] hah and I just figured it out, I'm not such a n00b after all!
Thanks for the help :)