Is it possible to disable the album date, which is the date which it was installed.
My albums are named with their dates of occurence. Having the title date and the album date could be confusing.
Thanks for a reply.
In your code find the function printAlbumDate() and comment or delete it.
printAlbumDate()
That sounds easy enough.
I found it in my Theme dir in the gallery.php file. I hope that is the one you mean.
Thank you.
There is also one on the album.php. Everywhere where your theme used might display albums. If you haven't I suggest to really read the theming tutorial for the basics.
Yes, thank you. I had found the second bit of code.