Hello,
I 'm used image_album_statistics plugins to show most recent image on the index page of my website, like this `
<?php define('WEBPATH', 'zenphoto');
require_once(WEBPATH . "/zp-core/template-functions.php");
require_once(WEBPATH . "/zp-core/zp-extensions/image_album_statistics.php"); ?>
</h2>
<?php printLatestImagesByMtime(5, "", false, false,false,40,"", 120, 120, false);?> `
It's work well, but I 'd like linked thumbnail to the album and not to the image.
I'm a newbie and i search since a few hours