> Do you know how to get and print the current album ID then getAlbumID( ) is deprecated?
`$_zp_current_album->getID()` if in album context. `getAlbumID()` is actually not existing anymore. Don't remember when it was removed but there is the class method anyway.
`getTotalImagesIn()` (it's deprecated in the next version btw, since there will be an album class method for this) is not for the direct child images but for all, use `getNumImages()` for that.