Forums

Join
bbPress Support ForumsPluginsHow to show forum title on latest topics list?

Info

How to show forum title on latest topics list?

  1. Just wondering if there's an easy way to add the forum title for each topic on the "latest discussions" list on the front page. i.e. I want to add an "In forum": column to the latest discussion list table.

    Something in the topics loop in front-page.php ought to do it.... but what? I tried get_forum_name(), but that takes the forum ID. Is the forum ID available anywhere in the $topic var inside the loop?

  2. Try forum_name($topic->forum_id);

  3. Perfect, that's it!

    I thought I'd tried this statement already, but evidently not.

    Thank you!

  4. You must log in to post.