Hi, you can increase excerpt length by eiditing below code present in index.php file
<?php echo mts_excerpt(29);?>
Please increase the value as you want.
Thread Starter
tmbv93
(@tmbv93)
Thank you for your quick response.
However, the change doesn’t seem to take effect after I changed 29 to 65.
I’ve tried clearing the WP cache, if that has anything to do with it.
Please try replacing above function with this one
<?php the_excerpt(); ?>
More info here http://codex.wordpress.org/Function_Reference/the_excerpt
Thread Starter
tmbv93
(@tmbv93)
Thanks again,
Though, It seems this only targets the excerpts in the Theme’s “latest” section. Is there another way to target the featured box (the big picture on the front page)?
Cheers
Please open header.php file
search for
<?php echo mts_excerpt(10);?>
and increase the value.
Thread Starter
tmbv93
(@tmbv93)
There we go.
Thank you so much for sticking with me. Both the theme itself and the service have been top-notch from you guys 🙂
Cheers