Remove "Read More"

Latest Reply from social bookmarking service at 2013-06-06 08:41:31

Hi i want to remove the "Read more" thing, in my articles i put text and then a images galery and automatic the theme cut the galery with a "Read more" in theme options i turn of "Cut content in the feed" and still "read more" there, i have tried to Tur on "Cut content in the feed" and put in the value 99999999 and still "Read more" already replaced if (!$maxchar)$allow_tags.="< a ><img>"; and still "read more" how can i remove it?

my theme is: Autozone
My website is : www.forrosparacarros.com

thanks for your help

Hi!

To remove "Read more" button just remove string

?>' class='readmore'><?php echo $SMTheme->_( 'readmore' ); ?><?php

from the file theloop.php.

Hi! thanks for your answer, now all the images that should appear when i click "read more" does not appear :S

Sorry, I have sent you a wrong code.
You need to remove this

?><a href='<?php the_permalink(); ?>' class='readmore'><?php echo $SMTheme->_( 'readmore' ); ?></a><?php

Thanks for your answer againg, but still the same problem, the images doesnt appear

Administrator please help still my images doesnt appear, :S i really need this. thanks

Hi!
You need to replace string

smtheme_excerpt('echo=1');

with

the_content('');

In the file theloop.php

problem fixed! thanks!!

Thanxs! This was very useful!

Leave a reply

Add codeAdd image