Hi,
I'm using the latst version of zenphoto (1.1.4) and wondering how I can add support for an hitcounter (count the clicks to the images -not albums-).
How can I do that?
Thanks
Take a look here: http://www.zenphoto.org/documentation/zenphoto/_template-functions.php.html#functionhitcounter
So I must add this function in the image.php file? Can you give me an example how it must look like and where I should add it exactly?
Thanks a lot!
Of course on image.php or album.php of your theme, depends on if you want album or image hitcounter. Example for a image hitcounter: without printing, with printing. Just take a look at the theme files to get a little familiar with that.
without printing,
Thanks!