Plugin Directory

Changeset 555945


Ignore:
Timestamp:
06/11/2012 04:21:04 AM (14 years ago)
Author:
Driftless1
Message:

Minor first-release cleanup to clarify readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • exifize-my-dates/trunk/readme.txt

    r555937 r555945  
    22Contributors: lbell, driftless1
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BTMZ87DJDYBPS
    4 Tags: EXIF, date, photoblog, custom,
     4Tags: EXIF, date, photoblog, custom, post, bulk,
    55Requires at least: 3.0
    6 Tested up to: 3.3
     6Tested up to: 3.3.2
    77Stable tag: 0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    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.
     11Photoblog 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.
    1212
    1313== Description ==
    1414
    15 This tool will attempt to irreversably change the actual post date of Post Type selected.
     15This 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).
    1616
    17 The date will be changed using (in order of priority):
     17The dates will be changed using (in order of priority):
    1818
    19191. 'exifize_date' custom meta (date or 'skip')**
     
    22224. Do nothing. Be nothing.
    2323
    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.
    2625== Installation ==
    2726
    28271. Upload the `/exifize-my-dates/` directory to the `/wp-content/plugins/` directory
    29281. Activate the plugin through the 'Plugins' menu in WordPress
    30 1. Navigate to 'EXIFize Dates' under the 'Tools' menu 
     291. Navigate to 'EXIFize Dates' under the 'Tools' menu
    3130
    3231== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.