ZenphotoCMS Forum
adding alt text to images - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: adding alt text to images (/thread-518.html)



adding alt text to images - kafkaesque - 2006-05-18

Is there a way to change or add to the alt text for images on the image page?
Currently the alt text for the image is the same as the title.
I am using zenphoto for my art site (www.gkinnamon.com/gallery) and I would like to have my name in the alternate text for indexing purposes, but I do not want it displayed with every image as the title.

thanks




adding alt text to images - trisweb - 2006-05-18

It's in the theme's image.php -- you just have to change the first argument to printDefaultSizedImage(..) (or similar thumbnail functions on the other pages)-- right now you'll see getImageTitle in there, but you can make it whatever you want.




adding alt text to images - kafkaesque - 2006-05-18

That worked.
Thanks trisweb.