The Pure Sacrifice

Latest Reply from Alice at 2014-10-20 03:47:05
How do you remove the read more option?
Hi!
To disable the excerpt feature you have to turn off "Cut content in feed" on page Theme Settings ->> Layout and remove the code:
<a href='<?php the_permalink(); ?>' class='readmore'><?php echo $SMTheme->_( 'readmore' ); ?></a>

from the file theloop.php located in the directory of the theme.

Leave a reply

Add codeAdd image