Tips tagged “Unordered”
- 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
