How to display post title & excerpt when mouse hovers on an image?

I think the php you’ll need to put into your template is

<?php the_title();?>

and

<?php the_excerpt();?>

Wrapped up in whatever you are using to do the hover