How do I add custom field to the image editor, such as under the image 'Description' field? To be much clearer, it's where the settings for the images are after you upload an image in the attachment pop-up window.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
To add a custom field to attachments, place the following code in your functions.php.
To output that data you can use the following in the loop:
|
|||
|
|