Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4741
    Vanessa Aviles
    Participant

    Is there a way to change the page template the plug-in uses? Currently it’s automatically using a right column template and I would actually like to use a full-width version … or more preferably another theme I have connected to my site.

    #4768
    Bartosz
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.