bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

How to show forum title on latest topics list?

(3 posts)
  • Started 7 months ago by guerroloco
  • Latest reply from guerroloco
  • This topic is resolved
  1. guerroloco
    Member

    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?

    Posted 7 months ago #
  2. Try forum_name($topic->forum_id);

    Posted 7 months ago #
  3. guerroloco
    Member

    Perfect, that's it!

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

    Thank you!

    Posted 7 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.