adding alt text to images

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

Comments

  • trisweb Administrator
    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.
  • That worked.
    Thanks trisweb.
Sign In or Register to comment.