I want to only show the last 10 forum topics and have used:
{exp:forum:topic_titles orderby="post_date" sort="desc" limit="10"}
<li class="recentPost"><a href="{thread_path='forums/viewthread'}">{title}</a></li>
{/exp:forum:topic_titles}
If you look at trak-community.org, you’ll see that the limit doesn’t appear to work.
Any suggestions about what might be happening to cause this? I’ve tried changing the limit but it makes no difference whatsoever.
