Hi
On pages where album thumbnails are displayed (gallery page, search page etc.) I would like to display the number of sub-albums that each album contains.
What would be the best way to get this information for each album?
Inside the [i]while (next_album()[/i] loop place a call to getNumAlbums() where you want the number to appear, like this:
getNumAlbums()
`
.......... ...........
........... ...........
Exactly what I was looking for, thanks for the help