Reply To: Blog List : Post Contraction
Hi Seth,
It shows excerpt with readmore tag for standard blog posts currently.
You can set excerpts for others by editing
/includes/postformats/post-contents.php
Modify line 100 from
if ( is_single() || $postformat <> "standard" ) {
to
if ( is_single() ) {
Thanks