Attachments allows you to simply append any number of items from your WordPress Media Library to Posts, Pages, and Custom Post Types
attachments to your ~/wp-content/plugins/ directoryfunctions.php or your own plugin (see Other Notes > Usage)You will need to update your theme files that use Attachments 3.0. Version 1.x of Attachments has been fully deprecated but is still available and included with Attachments 3.x. If you would like to continue to use the (no longer supported) 1.x version you may add the following to your wp-config.php:
define( 'ATTACHMENTS_LEGACY', true ); // force the legacy version of Attachments
Version 3 is a major rewrite. While I've taken precautions in ensuring you won't lose any saved data it is important to back up your database prior to upgrading in case something goes wrong. This version is a complete rewrite so all legacy data will be left in place, but a migration must take place to match the new data storage model and workflow.
Requires: 3.0 or higher
Compatible up to: 3.6
Last Updated: 2013-5-20
Downloads: 94,218
8 of 11 support threads in the last two months have been resolved.
Got something to say? Need help?