Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding Forum Category next to "Freshness"

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    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.

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