Reply To: Easy Digital Downloads Shortcode Output

Home Forums Support Easy Digital Downloads Shortcode Output Reply To: Easy Digital Downloads Shortcode Output

Home Forums Support Easy Digital Downloads Shortcode Output Reply To: Easy Digital Downloads Shortcode Output

#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.