English
Hello,
I want to put my website on the pages albums a "counter view." I saw that on the backoffice could have a page view counter and albums.
Could you help me first tell me how it's done?
thank you
Jo '
Bonjour,
Je cherche à mettre sur mon site sur les pages albums un "compteur de vue". J'ai vu que sur le backoffice on pouvait avoir un compteur de page vue et albums.
Pourriez vous m'aider er me dire comment on fait ?
Merci
Jo'
echo imageNumber() gets the number of an image for the single image page
echo getNumImages() the total number of images in an album
So to get a "1 of 12 images" like counter for the single image use `on the theme'simage.php` page. Where exactly depends on the theme used naturally.
Also echo getNumAlbums() the total number of albums within an album (direct childs if I recall right off hand).