No, you just need to paste that functions on one or all of your theme files where you want them to be shown. For example for the most voted 10 images use this:`<?php printPopularImages(10); ?>`
You could do that, too. Place that file in your theme's folder and call it with `www.yoursite.com/zenphoto/index.php?p=mostviewed` if you do not have modrewrite and if you do with `www.yoursite.com/zenphoto/page/mostviewed`.
Comments
- Most voted: http://www.zenphoto.org/documentation/Zenphoto/_template-functions.php.html#functionprintPopularImages
- Best voted: http://www.zenphoto.org/documentation/Zenphoto/_template-functions.php.html#functionprintTopRatedImages
do i have to create a new file like "mostvoted.php" and place it in my default theme directory??
Please explaine to me very carefully
For example for the most voted 10 images use this:`<?php printPopularImages(10); ?>`
like: www.mysite.com/gallery/mostviewed.php ???