Hello there!
I’m building out a sectional site and I’d like to feature the most recent posts from separate categories within the forum.
So I started out with this:
{exp:forum:topic_titles category="1" orderby="post_date" sort="desc" limit="5"}
<li>{title}</li>
{/exp:forum:topic_titles}
But it doesn’t seem that this works or is correct. Since it’s not listed within the documentation:
http://expressionengine.com/docs/modules/forum/recent_forum_topics.html
Is there another way to pull the posts like this without creating a separate board for each category? I’d like to keep the forums together so that the user can easily go from category to category without having to hop from board to board.