Forums
-
- Forum
- Posts
-
- Installation
- 28,100
- Troubleshooting
- 61,404
- Themes
- 10,274
- Plugins
- 15,155
- Requests & Feedback
- 14,777
- Showcase
- 3,251
-
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