Hi
Is there a list anywhere of the correct syntax for the different options that can be used in a template?
I have created this to display latest news:
<Loop type=post count="{Get local=count}">
<h4>
<a href="{Field url}" alt="{Field title}">
<Field title />
</a></h4>
<p><field date /></p>
<p><field excerpt /></p>
</Loop>
but only the title link works. The date and excerpt do not show so I’m guessing they are called something different in L&L (they worked in Custom Content Shortcode)?
many thanks