>
Download This Plugin | |
Download Elegant Themes | |
Name | Add Custom Fields to Media |
Version | 1.2.5 |
Author | Christopher Ross |
Rating | 100 |
Last updated | 2014-12-22 09:07:00 |
Downloads |
2406
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Add Custom Fields to Media plugin added 10 bytes of resources to the Home page and 2 bytes of resources to the sample Post page.
Add Custom Fields to Media plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Add Custom Fields to Media plugin ads no tables to your Wordpress blog database.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).