Templatevar: syndicate_title

Inserts the title of the item, with HTML tags-stripped off, and shortened to 100 characters. When the text needs to be shortened, "..." is added at the end of the text.

This variable was originally intended for use in the XML-RSS skin that comes with Nucleus, but can also be of use in other situations.

Arguments

  • Optional:

    Name Contents
    MaxChars Maximum amount of characters to keep (defaults to 100)

Examples

<%syndicate_title%>
<%syndicate_title(25)%>
Template Vars