Allows users to add custom fields to the media uploader and access those fields in template files. Great for adding copyrights etc.
Allows users to add custom fields to the media uploader and access those fields in template files. Great for adding copyrights etc.
Includes the following functions to help improve your website:
thisismyurl_get_custom_media_field( $attachment_id, $unique_field_id ) - Fetches the valuethisismyurl_has_custom_media_field( $attachment_id, $unique_field_id ) - Returns boolean valuethisismyurl_custom_media_field( $attachment_id, $unique_field_id ) - Displays the valueTo use this plugin effectively, download and intall it on your WordPress blog. Next, access the settings page (Settings > Add Custom Fields to Media) and create a new custom field for your media uploads.
Once you've added a custom field, you can access it via the Media menu in WordPress or during the Add Media process of uploading a new item.
To display the information on your website, please use thisismyurl_custom_media_field( $attachment_id, $unique_field_id ).
If you would like to load the contents into a variable, please use thisismyurl_get_custom_media_field( $attachment_id, $unique_field_id )
To check if a variable exists, use thisismyurl_has_custom_media_field( $attachment_id, $unique_field_id )
In all cases the $unique_field_id is the Unique ID you specified when creating the field.
The $attachment_id is the ID of the attachment itself (not the post that you're working with).
Requires: 3.2.0 or higher
Compatible up to: 3.4.2
Last Updated: 2013-3-31
Downloads: 907
1 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?