"File Gallery" extends WordPress' media (attachments) capabilities
by adding a new gallery shortcode handler with templating support,
a new interface for attachment handling when editing posts, and much
more... Here's the full list of features:
Features:
- multiple galleries per post with custom attachment order
- a flexible templating system (PHP, CSS, JS) - choose a different
template for each gallery, even within the same post (4 templates
included with plugin)
- simple, easy to use UI with drag and drop sorting shows attachment
thumbnails beneath text editor: everything attachments-related is on
the same screen you're editing your post on
- fully integrated with the visual editor (tinyMCE) - click on the
[gallery] placeholder image and change any option in the File
Gallery metabox - changes will be applied instantly
- settings page extends the default media settings page
- attach copies of items from media library to current post (copies
data only, not the file)
- copy all attachments from another post
- unattach (detach) items from current post
- media tags = tag your attachments and then use those tags to choose
which attachments you want to display in your gallery or to filter
your media library items.
- custom fields for attachments
- gallery pagination
- different background colors for items in media library depending
on their status = completely unattached (white), attached to other
posts (red), or attached to current post (yellow)
- compatible with "WordPress Mobile Edition", "Media Tags" and
"WPML Multilingual CMS" plugins
- basic caching of gallery output and frequent queries (transients)
- please see the help file for complete list of features :)