PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
themes
/
webon
/
inc
/
blog
/
templates
/
parts
/
post-info
<?php if ( post_password_required() ) { echo get_the_password_form(); } else { $excerpt = get_the_excerpt(); if ( ! isset( $excerpt_length ) || ( isset( $excerpt_length ) && $excerpt_length === '' ) ) { $excerpt_length = webon_get_blog_list_excerpt_length(); } if ( ! empty( $excerpt ) ) { $new_excerpt = ( $excerpt_length > 0 ) ? substr( $excerpt, 0, intval( $excerpt_length ) ) : $excerpt; ?> <p itemprop="description" class="qodef-e-excerpt"> <?php echo strip_tags( strip_shortcodes( $new_excerpt ) ); ?> </p> <?php } } ?>
[-] category.php
[edit]
[-] title.php
[edit]
[-] tags.php
[edit]
[+]
..
[-] excerpt.php
[edit]
[-] media.php
[edit]
[-] author.php
[edit]
[-] read-more.php
[edit]
[-] date.php
[edit]
[-] comments.php
[edit]
[-] image.php
[edit]