Thank you for this amazing, versatile theme!
Is it possible to display the manual excerpt for articles on the home page and category pages?
Hi,
I suppose you refer to displaying content using the more tag.
It’s possible only if you manually change it in the theme.
Replace every occurrence of [code]for($i = 0; $i <= $count – 1; $i++) { echo $excerpt[$i]; echo ‘ ‘; }[/code] with [code]the_content(‘Read more…’);[/code]