=== Change Media Parent === Contributors: pantsonhead Tags: media, library, attachment, parent, post, edit, alter, change Requires at least: 3.0 Tested up to: 4.2.3 Stable tag: trunk Allows editors to change the parent post of an attachment after it has been set. == Description == Currently WordPress does not provide the ability to change the post that an item in the Media Library is attached to after it has been set. This plugin allows editors to change the parent post to another post. == Installation == 1. Upload `change_media_parent.php` to the `/wp-content/plugins/` directory of your WordPress installation 2. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. Link and Post Selection window == Frequently Asked Questions == = How can I reset a media item to Unattached? = This plugin does not currently offer this option. You may wish to try this plugin http://wordpress.org/extend/plugins/change-attachment-parent/ == Changelog == = v0.2 2015-08-02 = * fixed PHP Warning for $detached = v0.1 2012-09-17 = * Initial release