I use the STOPDESIGN
1) and on the homepage there is No. of Galleries but it shows only number of Top-tree Galleries. I would like to show No. of all albums (the same as in admin page). I checked the code but it seems to me that in both cases is used getNumAlbums. How should I adjust the code to show No. of all albums?
<?php $albumNumber = getNumAlbums(); echo $albumNumber ?>
2) how can I adjust the code to show me on the homepage Recently Updated Albums instead of Top-tree Galleries?