I'm having trouble allowing comments on album. The theme I'm working with doesn't have any code supporting comments in album.php. But neither do the default. Does someone know how to add the comment code to album.php?
And does anyone know how to change the comment order to descending?
Comments
Re: order of comments: http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionnext_comment
`<?php while (next_comment()){ ?>`
I think maybe my last suggestion is best for you. Use a theme that has the feature you want. Don't get in over your head.
My theme does have that function but I don't know how to add it to the next_comment() line.