![]() |
|
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? 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. |