This is just a tiny thing and not really “support” worthy, but I thought someone might be able to give me a quick fix to let me know what I’m doing wrong.
What I’m trying to do is a simple “top ten” ordered list. The issue is that when it’s numbered, they all show as 1.
What in the world am I missing?
<h2>Most Popular Posts</h2>
<p>{exp:channel:entries channel="MYCHANNEL" limit="10" orderby="view_count_one" sort="desc"}<br />
<ol><br />
<li>{title}</li><br />
</ol><br />
{/exp:channel:entries}Thanks in advance if anyone has any insight. (And if not, ain’t no thang, it doesn’t have to be ordered, I just thought it’d be neat.)