Attachments are displayed right after or before content of a post.
But you can display it anywhere using da_display_download_attachments() functions somewhere in your theme.
If you use this outside of the loop you must pass a post ID as the first parameter like this:
da_display_download_attachments(14)
This would display all the attachments for post of ID 14.