ZenphotoCMS Forum
Photo title in album view - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Photo title in album view (/thread-8296.html)



Photo title in album view - iacchi - 2011-02-23

Hi,
I need the photo title to be shown in the album grid, not only its thumb. Is there a theme which already have this, or is there a simple way to add it to the default theme (maybe in a way that I don't need to rewrite it after every update)?




Photo title in album view - acrylian - 2011-02-23

No theme I know but you can easily add it. Within the next_image loop you can just call the image title. See the theming tutorial and the functions documentation.




Photo title in album view - flu - 2011-02-23

Hi,
for example, in your album.php theme file, replace :
`

">

by :

">
">

`
Cheers.




Photo title in album view - iacchi - 2011-03-06

Thank you everyone.