Forums
-
- Forum
- Posts
-
- Installation
- 28,417
- Troubleshooting
- 62,428
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
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>