How do I add alt tags to the portfolio thumbnails? I know they're dynamically generated using TimThumb. I'd like to use the post title if possible. Cheers.
- Chuck
How do I add alt tags to the portfolio thumbnails? I know they're dynamically generated using TimThumb. I'd like to use the post title if possible. Cheers.
The post title is the alt tag for thumbnail posts...
Got it. Is there a way to the title tag for Firefox?
img src="images/something.png" / title="some image" alt="some image"
you can add it in the get_image function in theme-functions.php. Just search for <img.
You must log in to post.