WordPress Attachment Manager Plugin

This WordPress plugin allows you to create a list of attachments on your messages (as seen in areas of this site). You can choose to show them on all posts, some posts (adds an option to the “Write” page), or not show them at all. Even specify whether you want to show files that are already linked in your post or not.

The icons are also customizable. You can choose whether to show icons with the files (uses “Silk” by famfamfam by default), and can even specify what icons go with which file extensions, as well as add your own icons (and remove the ones that are there).

  1. Upload the whole attachment-manager directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. You can also optionally chmod the /wp-content/plugins/attachment-manager/icons directory to allow you to add/remove icons via the options page

Can I list only certain attachments?

You have two options; list all attachments or list attachments that are not already linked in the post.

Can I add new icons?

Absolutely, you can manually upload them to wp-content/plugins/attachment-manager/icons or if you chmod that folder, you can upload them via the plugin's options page.

2.1.1

  • Add meta box for checkbox when you're only showing attachments on some posts
  • Add the checkbox to show attachments to pages as well as posts

2.1.0

2.0.2

  • Can now recognize thumbnails and medium size images in posts and leave them off the list.
  • No longer uses the deprecated "get_settings"
  • Moved this change log to the readme.txt file to work with the new feature on WordPress.org

2.0.1

  • Fixed issue with file types on upgrade to 2.0.x

2.0.0

  • Completely updated to work with 2.6

1.0.1

  • Fixed problem with plugin causing custom excerpts to not be shown

1.0.0

  • Added to the wordpress.org repository

0.1.3

  • Added support for WP 2.2.x-s

0.1.2

  • Added the option to not show file lists on excerpts

0.1.1

  • Added the option to not show file lists on category pages

0.1

  • Original Version