Forums
-
- Forum
- Posts
-
- Installation
- 28,349
- Troubleshooting
- 62,090
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,871
- Showcase
- 3,252
-
You would use either
forum_link($topic->forum_id); // self echos
or
$link=forum_get_link($topic->forum_id); // returns a string
what you probably want is:
<a href="<?php forum_link(); ?>"><?php forum_name(); ?></a>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS