I use pM Pro as a photoblog (photo in custom1, thumbnail in custom2, photo URL in custom3).
I would like to display in my blog the date of the photo by scanning the EXIF of the jpeg file.
I have a php function that does it knowing the file URL.
I’ve tried
<?php myPhotoDate(%u;stom3%%); ?>
in the Weblog Single-entry Templates (weblog_entry_ind($id)) but it does not work :
I’ve got <?php myPhotoDate(“directory/file.jpeg”); ?> in the final page and it is not displayed in the browser.
If anyone has an idea to make it work? Thank you.
