Closed EvanHerman closed 6 years ago
Taking a second look at this, that option is controlling the RSS feed excerpt lengths and not the excerpts on the front of site. The excerpt length can be controlled through the excerpt_length
filter or by customizing template/parts/loop/post-excerpt.php
.
Original report: https://wordpress.org/support/topic/blog-not-showing-full-text-in-mins-theme/
The reading settings for the For each article in a feed, show is not honored, and the blog posting page always shows the excerpt length.
One possible solution is to introduce a new helper,
min_excerpt
, to dictate how to generate the excerpt lengths inside oftemplate/parts/loop/post-excerpt.php
(https://github.com/godaddy/wp-mins-theme/blob/develop/templates/parts/loop/post-excerpt.php#L11).Example: