Description
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):
- Custom date of your choice (date or โskipโ)**
- EXIF date of Featured Image
- EXIF date of the first attached image
**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.)
Installation
- Upload the
/exifize-my-dates/directory to the/wp-content/plugins/directory - Activate the plugin through the โPluginsโ menu in WordPress
- Change post dates one at a time via the โEdit Postโ screen
- Bulk change dates using โEXIFize Datesโ under the โToolsโ menu
FAQ
-
Can this plugin do X,Y, or Z?
-
Probably not. It is simple, straightforward, and ugly. If there is a feature you think would be absolutely killer, let me know, and I’ll what I can do.
-
Can you add feature X,Y, or Z?
-
Possibly – though I do this in my spare time.
-
I’m getting unexpected results, what should I do?
-
Post on the WordPress.org forums would be your best bet – so others can benefit from the discussion.
Reviews
Contributors & Developers
“EXIFize My Dates” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “EXIFize My Dates” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.6.3
- Version bump
1.6.0
- Added: support for Gutenberg editor
- Added: internationalization support
- Improved: Better admin styling
- Improved: Major code refactoring for better maintainability
- Improved: security
1.5.1
- Tested to WP 6.9
1.4
- Tested with WP 5.5
1.3
- Tested with WP 4.8
1.1
- Added security features to keep others from meddl’n with your affairs
1.0
- After a year of safe use on many blogs, I declare this plugin stable!
- Tested to WP 3.7.1
0.1
- First release