My goal is to add the blog title as an ALT tag to each blog image on the FrontPage Layout. I see that alt tags are already added to individual posts using the code:
alt="<?php echo $this->escape( $row->title );?>"
Can I add the same code for the FrontPage Layout and if so, what file might I be looking for.
Thanks in advance.
Steve