%s', esc_html__( 'Featured', 'xstore' ) );
}
?>
%s', esc_html__( 'Featured', 'xstore' ) );
}
?>
0 ) );
endif;
?>
$options['size'] ) ); ?>
0 ) {
$excerpt = get_the_excerpt();
if ( strlen($excerpt) > 0 ) {
$options['excerpt_length'] = apply_filters( 'excerpt_length', $options['excerpt_length'] );
$options['excerpt_more'] = apply_filters( 'excerpt_more', ' ' . '[…]' );
$options['text'] = wp_trim_words( $excerpt, $options['excerpt_length'], $options['excerpt_more'] );
echo apply_filters( 'wp_trim_excerpt', $options['text'], $options['text'] );
}
else
the_excerpt();
} ?>