// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
plugins
/
easy-digital-downloads
/
templates
[ PARENT ]
EDIT :: shortcode-content-image.php
<?php if ( function_exists( 'has_post_thumbnail' ) && has_post_thumbnail( get_the_ID() ) ) : ?> <div class="edd_download_image"> <a href="<?php the_permalink(); ?>"> <?php echo get_the_post_thumbnail( get_the_ID(), 'thumbnail' ); ?> </a> </div> <?php endif; ?>
SAVE
CANCEL