This topic is: not resolved
- This topic has 0 replies, 1 voice, and was last updated 3 years, 2 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Genesis Blocks › Limit EXCERPT length in post grid (not content length)
Tagged: content length, excerpts, Post and Page grid
Has anyone found a way to limit the actual excerpt length in the post and page grid block? I have the code built into my theme to limit it to 20:
add_filter( 'excerpt_length', 'sp_excerpt_length' );
function sp_excerpt_length( $length ) {
return 20;
}
And in the post and page grid options, I limit it to the same. But still, only content will cut off at 20, but for posts that have excerpts it continue to show the *entire* excerpt.
© 2025 WPEngine, Inc.