Forums

Join
bbPress Support ForumsInstallationAdding Forum Category next to "Freshness"

Info

Tags

Adding Forum Category next to "Freshness"

  1. How would I add the category that the topic is posted in. Next to "Freshness"? Any ideas.

  2. this is what I did:
    <a href="<?php forum_link($topic); ?>"><?php forum_name($topic);?></a>
    I have no idea if it is the best way...No documentation, I just tried some function names that seemed logical to me and it worked.

  3. ok scratch that, the code is:
    <a href="<?php forum_link($topic->forum_id); ?>"><?php forum_name($topic->forum_id);?></a>
    tried it, it works.

  4. You must log in to post.