I want to use the word_limit feature to extract the first 15 words out of a text area. That text area’s formatting is set for XHTML.
{exp:word_limit total="15"}{art_body}{/exp:word_limit}I can get my word_limit code to extract those first 15 words just fine - but it brings the XHTML formatting of the original field with it.
I would like those 15 extracted words to not have any formatting…
Is this possible?