Easy Digital Downloads Shortcode Output

Home Forums Support Easy Digital Downloads Shortcode Output

Home Forums Support Easy Digital Downloads Shortcode Output

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #194011
    Roberto Enrique

    Hi Tom,
    I’m trying to accomplish a similar EDD layout as the one you have on this site, looking at the code I see that in the add-on shop you are using the (is it the add-on?) sections to display the content.
    Did you modified the shortcode output or you’re taking a different approach?
    Also the popup is really nice, is it custom coded or you modified the popup add-on from EDD?
    I hope you can share your insights, have a nice day.

    #194069
    Tom
    Lead Developer
    Lead Developer

    Hi Roberto,

    On individual add-on pages I’m using Sections with this code:

    add_filter( 'generate_sections_post_types', 'tu_add_section_post_types' );
    function tu_add_section_post_types() {
          return array( 'page', 'post', 'download' );
    }

    The popup is custom coded, but I think EDD just released an add-on that does the same kind of thing.

    #194089
    Roberto Enrique

    Thanks Tom.

    #194090
    Tom
    Lead Developer
    Lead Developer

    No problem – let me know if you need more info 🙂

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