Theme fix
353 if ( is_single() ) {
the_title( '<h1 class="entry-title">', '</h1>' );
echo get_post_field('post_content', the_ID());

Just another WordPress site
if ( is_single() ) {
the_title( '<h1 class="entry-title">', '</h1>' );
echo get_post_field('post_content', the_ID());