PATH:
home
/
pallya5
/
swiftcleaningng.com
/
wp-content
/
themes
/
mmvfd400
/
inc
/
blog
/
templates
/
parts
/
post-info
<?php if ( post_password_required() ) { echo get_the_password_form(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } else { $excerpt = get_the_excerpt(); if ( ! isset( $excerpt_length ) || ( isset( $excerpt_length ) && '' === $excerpt_length ) ) { $excerpt_length = qi_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 esc_html( strip_tags( strip_shortcodes( $new_excerpt ) ) ); ?> </p> <?php } } ?>
[-] author.php
[edit]
[-] excerpt.php
[edit]
[-] image.php
[edit]
[-] title.php
[edit]
[-] category.php
[edit]
[-] media.php
[edit]
[-] read-more.php
[edit]
[-] tags.php
[edit]
[-] date.php
[edit]
[+]
..