Ever find a text field to be too long? Perhaps you want to include the content from a post, but not ALL of it. Or perhaps a post title is too long.
You can easily truncate a field by appending a length and a unit to the field name.
Supported units are characters
, words
, and paragraphs
.
For example, to use just the first 5 words of the first post’s title, you would use ~RSS.title1.5words~
Or, as another example, you can include the first 2 paragraphs of the second post’s text content with ~RSS.contenttext2.2paragraphs
~