SyntaxFix
Write A Post
Hire A Developer
Questions
wp_trim_words This function trims text to a certain number of words and returns the trimmed text.
wp_trim_words
echo wp_trim_words( get_the_content(), 40, '...' );