Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum description on Topic page

  • 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…

Viewing 1 replies (of 1 total)

  • _ck_
    Participant

    @_ck_

    A little curiosity and trial and error will take you far when learning how to accomplish things.

    If you look on front-page.php you’ll see it uses forum_description() so you can try

    <?php forum_description(); ?> in your topic.php template.

    If that doesn’t work, you may need to specify the $forum_id

    <?php forum_description($forum_id); ?>

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar