We now have the ability to limit content by number of words. Our new shortcode looks like this:
[wordlimit:5]%postbody%[/wordlimit]
So if this is an example sentance.
And we were to wrap it in shortcodes like this:
[wordlimit:5]So if this is an example sentence.[/wordlimit]
The on the output side the content would look like this:
So if this is an
Hope you enjoy!
Reference Thread.