=== Plugin Name === Contributors: christopherross, tinkerpriest Plugin URI: http://thisismyurl.com/downloads/wordpress-plugins/add-custom-fields-media/ Tags: wordpress, media, upload, custom fields Donate link: http://thisismyurl.com/downloads/wordpress-plugins/ Requires at least: 3.2.0 Tested up to: 3.4.1 Stable tag: 1.1.1 Adds custom fields to media uploader to allow users to add fields such as copyright holder details, photographer URL links etc. == Description == Adds custom fields to media uploader to allow users to add fields such as copyright holder details, photographer URL links etc. To display the field in your page, add echo thisismyurl_get_custom_media_field( 'UNIQUE_FIELD_NAME' ) to your template at the appropriate location. == Installation == To install the plugin, please upload the folder to your plugins folder and active the plugin. == Screenshots == == Updates == Updates to the plugin will be posted here, to http://thisismyurl.com/downloads/wordpress-plugins/add-custom-fields-media/ == Frequently Asked Questions == = How do I see the results? = To display the field in your page, add echo thisismyurl_get_custom_media_field( 'UNIQUE_FIELD_NAME' ) to your template at the appropriate location. = Where can I get more information, or technical support for this plugin? = Technical support is available for free from the WordPress community on [wordpress.org](http://wordpress.org). == Donations == If you would like to donate to help support future development of this tool, please visit http://thisismyurl.com/downloads/wordpress-plugins/ == Change Log == = 1.0.1 = * fixed a bug in the fetch function = 1.0.0 = * initial release