PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
edd_templates
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php if ( function_exists( 'has_post_thumbnail' ) && has_post_thumbnail( get_the_ID() ) ) : ?> <div class="edd_download_image"> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"> <?php echo get_the_post_thumbnail( get_the_ID(), 'grid_news' ); ?> </a> <?php rehub_get_user_resultsedd('small') ?> </div> <?php endif; ?>
[+]
..
[-] shortcode-content-image.php
[edit]
[-] shortcode-content-title.php
[edit]