A WordPress plugin that allows users to add custom fields to media files.
Media Custom Fields Allows users to add custom fields to the media uploader and access those fields in posts or template files. Great for adding copyrights etc.
To display the custom fields in your theme, use the following shortcode in post/pages:
[acfm id="123" field="my_custom_field"]
Where id
is the ID of the media item and field
is the name of the custom field.
For PHP templates, use the following code:
echo get_post_meta( 123, 'my_custom_field', true );
To use this plugin effectively, download and intall it on your WordPress blog. Next, access "Media Custom Fields" page in your Admin Settings and create a new custom field for your media uploads.
- Unique ID - The unique variable name for this item. It may not contain special characaters or spaces
- Field Title - The name you want to appear in the media uploader
- Field Help - A descriptive message you want to appear in the media uploader
Once you've added a custom field, you can access it via the Media Library or during the Add Media process of uploading a new item.
- Download it: https://wordpress.org/plugins/add-custom-fields-to-media/
- Browse code: https://plugins.trac.wordpress.org/browser/add-custom-fields-to-media/
- Revision Log: https://plugins.trac.wordpress.org/log/add-custom-fields-to-media
- In your WordPress admin panel, go to Plugins > New Plugin, search for "Add Custom Fields To Media" and click "Install now"
- Alternatively, download the plugin and upload the contents of add-custom-fields-to-media.zip to your plugins directory, which usually is /wp-content/plugins/
- Activate the plugin
- Go to "Media Custom Fields" page in your Admin Settings