12 years ago
minifi
Member
Hi!
I absolutely love the work you're doing and your themes. I'm currently setting up a small website with your MovieStar template (that we might buy soon enough) and so far everything works like a charm. Except one little detail: Is there a way to show the FULL article (including HTML-markup, links, colored text, …) on the index-page instead of only the excerpt? Usually with WordPress you can replace the_excerpt() with the_content() (see x.wordpress.org/Customizing_the_Read_More) but since you are using a special way to pull the content I couldn't find out how to do it. Any help would be very much appreciated. Thanks in advance! best regards, Michael |
12 years ago
minifi
Member
Ah, I think I finally found the answer myself (by searching through the support forums again):
http://smthemes.com/support/topic/remove-read-more/ You need to replace string smtheme_excerpt('echo=1'); with the_content(''); In the file theloop.php |