Guest User

Untitled

a guest
Jul 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. //one - more flexible possibility since it's made with flexible If snippet
  2.  
  3. [[!If? &subject=`[[+introtext]]` &operator=`isnotempty` &then=`[[+introtext]]` &else=`[[+content:strip_tags:ellipsis=`500`]]` ]]
  4.  
  5. //the better one when it comes to performance (thank you Mark-H)
  6. [[+introtext:default=`[[+content:strip_tags:ellipsis=`500`]]`]]
Add Comment
Please, Sign In to add comment