Add Custom Fields to Media

설명

Allows users to add custom fields to the media uploader and access those fields in posts or template files. Great for adding copyrights, image meta 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.

This plugin was originally developed by Christopher Ross. The plugin has been adopted and refactored by George Pattichis who will continue development and maintenance.

Changelog

스크린샷

설치

  1. In your WordPress admin panel, go to Plugins > New Plugin, search for “Add Custom Fields To Media” and click “Install now”
  2. 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/
  3. Activate the plugin
  4. Go to “Media Custom Fields” page in your admin Settings

FAQ

How do I display the contents of the custom fields?

  • [acfm id="123" field="my_custom_field"] – Shortcode
  • echo get_post_meta( 123, 'my_custom_field', true ); – PHP code

Where can I get more information, or technical support for this plugin?

You can post in the support forum or contact me.

후기

2025년 1월 22일
I wanted to create a photo gallery website where I could add custom information about every image uploaded. This little tool probably did 90% of the work so all I had to do was add some lines in my theme and I was done! Amazing… thank you!
모든 2 평가 읽기

기여자 & 개발자

“Add Custom Fields to Media”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Add Custom Fields to Media”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Add Custom Fields to Media”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.4

  • Security: Fix CSRF vulnerability in custom field deletion
  • Compatibility with WordPress v6.9

2.0.3

  • Full compliance with WordPress Coding Standards (PHPCS)
  • Improved file docblocks and inline comments for standards
  • Enhanced security and sanitization review
  • Compatibility with WordPress v6.8

2.0.2

  • Compatibility with WordPress v6.7

2.0.1

  • Add links in plugins page
  • Fix Typo about URLs
  • Update Readme.txt
  • Update translations

2.0.0 (January, 2024)

  • Major Update
  • Compatibility refactoring
  • WP Coding Standards
  • Added shortcode [acfm]

1.2.5 (March 31, 2013)

  • fixed incorrectly named categories
  • removed link to website from plugin links
  • encoded and removed icon
  • added support link

1.2.1 (September 13. 2012)

  • language customization
  • renamed function for compatibility

1.2.0 (September 13. 2012)

Added functions:
* thisismyurl_has_custom_media_field( $attachment_id, $unique_field_id ) – Returns boolean value
* thisismyurl_custom_media_field( $attachment_id, $unique_field_id ) – Displays the value

1.0.1

  • fixed a bug in the fetch function

1.0.0

  • 첫 릴리즈