Info
- 2 posts
- 2 voices
- Started 2 years ago by thekmen
- Latest reply from _ck_
- This topic is not resolved
Forum description on Topic page
-
- Posted 2 years ago #
Hi all, just wondering if it is possible to add the forum description on a topic page?
I'm using bbPress 1.0.1 by the way... -
- Posted 2 years ago #
A little curiosity and trial and error will take you far when learning how to accomplish things.
If you look on
front-page.phpyou'll see it usesforum_description()so you can try
<?php forum_description(); ?>in yourtopic.phptemplate.If that doesn't work, you may need to specify the $forum_id
<?php forum_description($forum_id); ?> -
You must log in to post.