I did a search and found some old solutions for older versions. I have RC1 and want to know how to have the album description show on the pages below the thumbnail for each album.
Thanks for that link but it is not what I am looking for. I want the description of the albums to show on the main page where you see all your albums and the photos within. Like now (I have an embedded gallery) it does not show anything accept four albums and the name of the album underneath. How can I show the description of each album?
Regarding the album description in the default theme, it is being displayed on the "collection" level that shows the list of albums within a collection. It is being called using the plogger_get_album_description() function within the album loop. You can see it in action by viewing the 'collection.php' file in the theme file you are using (plog-content/themes/default/ if using the default).
It worked for me. Another easier solution would be to change theme where the description is displayed by default.