You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed the_content() to the_excerpt() in template-parts/content.php if the post is displayed on an archive page so that excerpts are automatically generated.
However, that means that posts using the "more tag" won't get the excerpt more link that automatically generated or hand-crafted excerpts get (see inc/template-functions.php)
See the post titled "Template: More Tag" in the WordPress theme as an example.