Info
- 3 posts
- 2 voices
- Started 4 years ago by guerroloco
- Latest reply from guerroloco
- This topic is resolved
How to show forum title on latest topics list?
-
- Posted 4 years ago #
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 4 years ago #
Try
forum_name($topic->forum_id); -
- Posted 4 years ago #
Perfect, that's it!
I thought I'd tried this statement already, but evidently not.
Thank you!
-
You must log in to post.