/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
add_filter( 'the_excerpt', 'do_shortcode' );
add_filter( 'the_excerpt', 'wp_kses_post' );
remove_filter( 'the_excerpt', 'wp_trim_excerpt' );