Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6628
    kenlondon
    Participant

    Hi,

    This plugin is great but one thing has cropped up which I don’t know if it can handle.

    I’d like the ability to show download on the WP page broken into different categories, like below. Is this possible?

    Policies

    pdf one link here
    pdf two link here
    pdf three link here

    Drawings

    pdf four link here
    pdf five link here

    Application Forms

    pdf six here
    pdf seven here

    etc

    Thanks,

    Ken

    #6629
    Bartosz
    Keymaster

    Would you know how to create and use custom taxonomies for attachments, or how to add custom field values to it?

    Then it would be possible to make it more automatic.

    For now you can use da_get_download_attachments( $post_id, $args ) multiple times and pass ‘include’ => array() parameter with id’s of attachments that belong to specific categories.

    #6647
    kenlondon
    Participant

    Thanks, Bartosz.

    >Would you know how to create and use custom taxonomies for attachments, or how to add custom field values to it?

    Sorry, don’t know how to do this. :(

    >For now you can use da_get_download_attachments( $post_id, $args ) multiple times and pass ‘include’ => array() parameter with id’s of attachments that belong to specific categories.

    I’m sorry, I’ve no idea what this means.

    #6648
    Bartosz
    Keymaster

    Ok, but to achieve what you want you have to do even more custom coding. I can’t help you with that, sorry.

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