PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
edd_templates
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <div class="edd_download_text"> <h3 itemprop="name" class="edd_download_title"> <a title="<?php the_title_attribute(); ?>" itemprop="url" href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </h3> <?php $excerpt_length = apply_filters( 'excerpt_length', 20 ); ?> <?php if ( has_excerpt() ) : ?> <div itemprop="description" class="edd_download_excerpt"> <?php echo apply_filters( 'edd_downloads_excerpt', wp_trim_words( get_post_field( 'post_excerpt', get_the_ID() ), $excerpt_length ) ); ?> </div> <?php elseif ( get_the_content() ) : ?> <div itemprop="description" class="edd_download_excerpt"> <?php echo apply_filters( 'edd_downloads_excerpt', wp_trim_words( get_post_field( 'post_content', get_the_ID() ), $excerpt_length ) ); ?> </div> <?php endif; ?> </div>
[+]
..
[-] shortcode-content-image.php
[edit]
[-] shortcode-content-title.php
[edit]