the_excerpt() is not trimming at
the_excerpt() does not recognise or support the <!– more –> tag. From the documentation: The <!–more–> quicktag requires templates to use the_content() whereas using excerpts requires, and allows, template writers to explicitly choose whether to display full posts (using the_content()) or excerpts (using the_excerpt()). The point is that the_excerpt() allows theme authors (you) to require … Read more