Description
By adding a simple [documents] shortcode in your post or page, you get a
list of all documents (non-image/audio/video) attached. Each item in the
document list can be styled with CSS to indicate different document types
based on file extension (e.g., .doc, .pdf, etc).
Changelog
1.0
- Initial release. 2012-09-10
Examples
All attached media: [documents]
Just .pdf files: [documents ext="pdf"]
Just .pdf and .key: [documents ext="pdf,key"]
Thanks Dougal. Just what I needed for an upcoming project with a lot of documents.
Can you make the documents open in a new window?
Is it possible sort documents ?