Changeset 555945
- Timestamp:
- 06/11/2012 04:21:04 AM (14 years ago)
- File:
-
- 1 edited
-
exifize-my-dates/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exifize-my-dates/trunk/readme.txt
r555937 r555945 2 2 Contributors: lbell, driftless1 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BTMZ87DJDYBPS 4 Tags: EXIF, date, photoblog, custom, 4 Tags: EXIF, date, photoblog, custom, post, bulk, 5 5 Requires at least: 3.0 6 Tested up to: 3.3 6 Tested up to: 3.3.2 7 7 Stable tag: 0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Photoblog plugin to change the published dates of a selected post type to the EXIF:capture_date of the Featured or 1st attached image of the post.11 Photoblog plugin to bulk change the published dates of a selected post type to the EXIF:capture_date of the Featured or 1st attached image of the post. 12 12 13 13 == Description == 14 14 15 This tool will attempt to irreversably change the actual post date of Post Type selected.15 This tool will attempt to irreversably change the actual post dates of all entries in the post type you choose (supports posts, pages, and custom post types). 16 16 17 The date will be changed using (in order of priority):17 The dates will be changed using (in order of priority): 18 18 19 19 1. 'exifize_date' custom meta (date or 'skip')** … … 22 22 4. Do nothing. Be nothing. 23 23 24 **To override the function with a custom date, create a new custom meta field with the name: 'exifize_date' and value: 'YYYY-MM-DD hh:mm:ss' -- for example: '2012-06-23 14:07:00' (no quotes). You can also enter value: 'skip' to prevent the EXIFizer from making any changes. 25 24 **You can override the function with a custom meta field named: 'exifize_date' which accepts dates: 'YYYY-MM-DD hh:mm:ss' (for example: '2012-06-23 14:07:00') or 'skip' to prevent the EXIFizer from making any changes. 26 25 == Installation == 27 26 28 27 1. Upload the `/exifize-my-dates/` directory to the `/wp-content/plugins/` directory 29 28 1. Activate the plugin through the 'Plugins' menu in WordPress 30 1. Navigate to 'EXIFize Dates' under the 'Tools' menu 29 1. Navigate to 'EXIFize Dates' under the 'Tools' menu 31 30 32 31 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.