Archived topic
Easy Digital Downloads Shortcode Output
3 replies · Started by Roberto Enrique on May 13, 2016
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.
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.
Thanks Tom.
No problem - let me know if you need more info :)