In this post I will talk about how to display EXIF data for an image in a WordPress post or native gallery.
In order to do this you need to modify your sites theme.
First start by addign the below function to your themes function.php file.
Then add the following to your style.css
And lastly you need to add the function you created above to your image.php file. This may be the most difficult part. Depending on your theme, you need to find a space for the EXIF table to live on the image page. You will also need to play with the style.css entry you added to make it look correctly on your site.