Remove Read More text and link in Jazz

Latest Reply from Alice at 2016-02-20 10:09:21
I am trying to remove the 'read more' text and link entirely in posts. I edited the CSS to remove the formatting but the text link is still there.

Thanks in advance for any info.
Hi!
Just delete the code:
<a href='<?php the_permalink(); ?>' class='readmore'><?php echo $SMTheme->_( 'readmore' ); ?></a>

from theloop.php file located inside the theme directory.

Leave a reply

Add codeAdd image