dfactoryplugins / download-attachments

Download Attachments
14 stars 10 forks source link

How can I add the download link manually in the single post #4

Closed Hujjat closed 8 years ago

Hujjat commented 8 years ago

Hi,

It's listed in the feature list that we can add the download manually in our post. But I could not find how to do that in the doc.

Thanks.

bartoszarendt commented 8 years ago

You have an icon for this in each post edit screen WYSIWYG editor.

But you can also do a shortcode [download-attachment id="your attachment id" title="link title"] or use a function da_download_attachment_link( $attachment_id )

Hujjat commented 8 years ago

Thank's for your help 👍 :)