I’m trying to draw out the last 10 posts from the EE forum module, and I got it working.. almost. This is the code I use:
{exp:forum:topic_titles forums="not 3|4" orderby="post_date" sort="desc" limit="10"}
<li><a href="http://{thread_path=forum/viewthread}">{title}</a></li>
{/exp:forum:topic_titles}Now, it’s working perfectly on my index page and its subpages, but not on my wiki theme.
It draws out the correct number of posts, and the links work, but the title only say “index” instead of the topic title. Any clue why?