• Resolved jessicao

    (@jessicao)


    Hello! I’d like to be able to loop through my downloads while having them organized into categories, such as:

    Category 1
    Item 1
    Item 2
    Item 3

    Category 2
    Item 1
    Item 2
    Item 3

    etc.

    I currently have the code to loop through all downloads, but have been unable to find how I can also filter by category. Any help on this would be much appreciated!

    Thank you!
    Jessica

    https://wordpress.org/plugins/easy-digital-downloads/

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can put

    category="YOURCATEGORY"

    in the shortcode.. using a shortcode for each category.

    Thread Starter jessicao

    (@jessicao)

    Ah, I didn’t realize this was an option – thank you!

    Is there also an easy way to output the Category name before the list of downloads?

    Thanks,
    Jessica

    Sorry, not sure, I would just add some

    <h1>THE CATEGORY TITLE</h1>

    before each shortcode.

    There might be a cooler php way to do it though !

    🙂

    Thread Starter jessicao

    (@jessicao)

    Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Listing Downloads by Category’ is closed to new replies.