array( 'class' => array() ) ) ),
the_title( '"', '"', false )
);
$content = get_the_content();
$content = strip_shortcodes( $content );
$content = wp_trim_words( $content, '50' );
$content .= '' . $continue_reading . '';
echo apply_filters( 'the_content', $content );
?>