Log in

View Full Version : Removing the continue reading button


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">&rarr;</span>', 'wplook' ) );

to:
<?php the_content( ( ' ' ) ); ?>