My template looks like this:
Thanks.{foreach from=$rss->items item=item}
{$item.title}
{$item.summary}
{/foreach}
Thanks.{foreach from=$rss->items item=item}
{$item.title}
{$item.summary}
{/foreach}
Zoorlat wrote:... actually, that capture-part in my previous example is not necessary.
You can add all the modifiers at once.
Eg:
{$entry->content|strip_tags|summarize:10}
gives a tag stripped, 10 word summary of the News content.
More useful smarty tips can be found on CMSMS-guru Calguy's homepage (calguy1000.com)