tips icon image

EE Insider Tips
Sponsored by Mijingo's EE 2 Screencasts

ExpressionEngine mini-howtos created by the EE Insider community.

Tips tagged “Ordered”

Make sure to format/code your dynamic lists properly

Posted on June 08, 2009 by JonnyUK

This is a very basic ‘mistake’ I often see in various code snippets involving dynamic lists.

In cases where you want to dynamically fill up a list, often people use code similar to the following:

<ul>
{exp:weblog:entries weblog="your_weblog" dynamic="off"}
<li>{title}</li>
{/exp:weblog:entries}
</ul

Read this tip

Search EE Insider Tips
Sponsored By