Update the post dates of your WordPress posts, pages, or custom post types based on the EXIF metadata of your images. Can be done in bulk (via Tools) or one at a time (via Edit Post screen).
Perfect for photoblogs where you want the post date to reflect when the photo was actually taken, rather than when it was uploaded.
The dates will be changed using (in order of priority):
**You can override the function with a custom meta field named: ‘exifize_date’ which accepts:
– ‘YYYY-MM-DD hh:mm:ss’ (for example: ‘2012-06-23 14:07:00’)
– ‘skip’ (to prevent the EXIFizer from making any changes.)