Quartz Hill
2014-05-13, 07:10 AM
open contents.php which is under your templates, and change the code
the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'wplook' ) );
to:
<?php the_content( ( ' ' ) ); ?>
the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'wplook' ) );
to:
<?php the_content( ( ' ' ) ); ?>