I am using <?php printRandomImagesCustom(16,'','all','',100,100,true); ?>
on pages-templates.
So..
I have one template displaying random images only.
With a second page template I need a slightly different display.
<?php printRandomImagesCustom(16,'','all','',100,100,true); ?>
below each thumbnail i need the album name and the image text link.
Does anyone know a quick fix /shortcut for this?
Comments