How are exif data handled
-
I have an image with exif title and description fields filled .
I then load it in a gallery (by using ftp upload from the gallery edit page). I can see all the fields by clicking on the edit button of the image.
I then added in the function.php of the theme the example for showing exif data under the image (found in the tips&tricks section)
So far so good.
However if I modify the caption/description fiels afterwards, nothing changes in the webpage, it remains stuck with the old data.
No matter how I modify the fields they are not reflected on the web page.
It seems that the method wp_get_attachment_metadata in the example:
$meta = wp_get_attachment_metadata( SunshineFrontend::$current_image->ID );
does not return update values.
Even if I regenerate the images there is no change..Can somebody help? thanks!
- The topic ‘How are exif data handled’ is closed to new replies.