WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides

EDD Download Images

Easily add extra download images and display them.

EDD Download Images

The facts

Rating
4.3★ from 3
Active installs
100+
Price
Free
Last updated
3 Apr 2016
Added
Apr 2013
Requires WP
3.3
Tested up to
WP 4.4.34
Downloads
12,086

Our analysis

AI-assisted

EDD Download Images is a WordPress plugin designed to enhance digital downloads by allowing you to add extra images to your products. It works with Easy Digital Downloads version 2.5 or higher, using shortcodes or template tags to display the images on your website. Developers can also access an array of images for custom display options, such as slideshows.

This plugin is suitable for users of Easy Digital Downloads who want to provide additional visual content for their digital products. It can be particularly useful for developers looking to customise the presentation of download images on their sites.

Best for: This plugin suits users of Easy Digital Downloads who want to enhance their product listings with additional images.

What it does well

  • Allows addition of extra images to downloads
  • Compatible with Easy Digital Downloads v2.5 or higher
  • Includes shortcode and template tag for display
  • Developers can access images programmatically

Where it falls short

  • Last updated in April 2016, may not be compatible with newer WordPress versions
  • Limited user ratings and active installs

Verdict

EDD Download Images provides a straightforward way to add extra images to digital downloads, but its age and limited support may be a concern for some users.

From the developer

Andrew Munro / AffiliateWP's own description of EDD Download Images, lightly tidied.

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

Shortcode Usage

[edd_download_images]

Template Tag Usage

if( function_exists( 'edd_di_display_images') ) {
    edd_di_display_images();
}

Filtering the HTML

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 = '<div><img class="edd-di-image" src="' . $download_image['image'] . '" /></div>';
    return $html;
}
add_filter( 'edd_di_display_images', 'themename_edd_di_display_images', 10, 2 );

Developers

To get the array of images from the Database you can use the following. This will be useful if you’d like to build a slideshow to show all the download’s images:

$images = ( function_exists('edd_di_get_images') ) ? edd_di_get_images() : '';

// see the images in the array
var_dump( $images );

Plugins for Easy Digital Downloads

https://easydigitaldownloads.com/extensions/

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for selling digital goods.

Popup Maker

Want to boost sales &amp; marketing efforts? Use your favorite forms &amp; builder. Unlimited popups &amp; imp...

Free 700k+ installs 4.9★ (4,504)
Advanced Google reCAPTCHA

Captcha protection against spam comments &amp; brute force login attacks using Google reCAPTCHA.

Free 200k+ installs 4.8★ (430)
SureCart

Make ecommerce easy with a simple-to-use, all-in-one platform that anyone can set up in just a few minutes!

Free 80k+ installs 4.8★ (281)
Easy Digital Downloads

The #1 eCommerce plugin to sell digital products &amp; subscriptions. Accept payments with Stripe &amp; PayPal...

Free 40k+ installs 4.7★ (590)
Menu Cart for WooCommerce

Automatically displays a shopping cart in your menu bar. Works with WooCommerce and Easy Digital Downloads (ED...

Free 80k+ installs 4.6★ (99)
GTM Kit

GTM Kit

86

Google Tag Manager and GA4 integration. Including WooCommerce data for Google Analytics 4 and support for serv...

Free 30k+ installs 4.8★ (20)