Using shortcode and templates, post files from a secure web directory with mod_rewrite enabled uri links to view and download.
Right now you cannot, unless I include a javascript image parser into the media insert menu I plan to add, this will not happen soon.
You can call the auto-formatting functions directly from a file template, or use the one I have already setup called wp_post
Again, this is taken care of in the template wp_post, but if you would like just the simple functionality of shortcodes, without the auto-formatting, then just make another template for that
Seriously nearly every answer is going to be to just make a template for that. A template has access to all WordPress hooks and filters, and it can be as complicated or as simple as you want. Just look at the differences between link_uri and link. The template link_uri just outputs the URI to the file, this URI can then be used in any attribute or content of any HTML tag. The link template on the other hand actually outputs the finished hyperlink HTML using the same URI.
Requires: 2.5 or higher
Compatible up to: 2.6
Last Updated: 2008-8-8
Downloads: 4,636
Got something to say? Need help?