Add title tag to image in wordpress gallery

The ‘img’ tag is built via the theme code for display on the page. So, you would have to modify the theme code to add to the img tag.

Note that modifying theme code directly is not generally advised, as a theme update will overwrite your changes. “Child” themes are best used for this modification.