Skip to content

Instantly share code, notes, and snippets.

@makbeta
Created November 30, 2012 02:14
Show Gist options
  • Save makbeta/4173352 to your computer and use it in GitHub Desktop.
Save makbeta/4173352 to your computer and use it in GitHub Desktop.
Luminate CMS: Display first 256 characters of the body/blurb
<t:set id="strippedbody" value="toText(body, '')" />
<t:set id="blurb" value="substring(strippedbody, 0, 256) " />
<div class="blurb"><t:value id="blurb"/></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment