Ok, I included the statistics plugin. And the code that I need to use from the statistics file is [line 509]
void printLatestImages( [string $number = 5], [string $albumfolder = ''], [bool $showtitle = false], [bool $showdate = false], [bool $showdesc = false], [integer $desclength = 40], [string $showstatistic = ''], [integer $width = 85], [integer $height = 85], [bool $crop = true], [bool $collection = false] )
Now the challenge is, how do I write the php code to call out this function from the statistics file and spit it in the main page where I want thumbs to appear?
For the template function, there is that code, which I have pasted in the above reply but I dont see the code for statistics file.
Thanks
Ben