Hello,
You are right, I should have investigated the documentation further.
But, I tried the code with '$option = random'.
'<div id="random-wrap">
<?php printMostRatedAlbums( $number = 11, $option = random, $showtitle = false, $showdate = false, $showdesc = false, $width = 300, $height = 300, $crop = false, $albumfolder = '', $firstimglink = false ); ?>
<div id="random-title">
<?php echo $sstitle; ?>
</div>'
It doesn't print the albums (images) randomly, but instead shows the album title. Did I forget something in the code?
Thank-you.