Easily add extra download images and display them.
As of April 2026, EDD Download Images is a WordPress edd plugin with 100 active installations and a 4.3/5 rating from 3 reviews. It has been downloaded 11K+ times in total. Requires WordPress 3.3+ and PHP false+. Available on WordPress.org since 2013. Last updated 10 years ago — may have compatibility concerns. Top alternative: Menu Cart for WooCommerce.
This plugin requires Easy Digital Downloads v2.5 or higher. This plugin allows you to add extra images to your downloads. Use the included shortcode or template tag to display the images on your website. Developers can also use this plugin to get an array of the images and display the images any way they wish (eg slideshow).
[edd_download_images]
if( function_exists( 'edd_di_display_images') ) {
edd_di_display_images();
}
To alter the HTML, the following filter is provided (example shows an extra <div> being added around image). Paste this into your functions.php and modify $html to your liking:
function themename_edd_di_display_images( $html, $download_image ) {
// here a div tag is wrapped around each image
$html…| WordPress | 3.3+ requiredTested up to 4.4.34 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.