'
', 'after' => '
', 'link_before' => '
', 'link_after' => '' ) ); ?>
' . apply_filters( 'the_excerpt', $post->post_excerpt ) . '';
echo '' . __( 'Continue Reading', 'wordsmith' ) . '
';
else :
echo '' . apply_filters( 'the_content', $post->post_content ) . '
';
endif;
?>