Skip to:
Content
Pages
Categories
Search
Top
Bottom

Show Link of Forum Under Forum


  • erich199
    Participant

    @erich199

    Hello,
    I’m curious how I can get my forum to display subforum links. I’m not really sure how to describe this one but let me try.

    Category A – >
    Forum A
    Forum B – >
    Subforum A
    Forum C

    I want my main loop, that displays Category A – >
    Forum A
    Forum B
    Forumc C

    To show my subforum as links, under Forum B.

    Hope this makes sense.

    Thanks for the help in advance.

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    untested as I’m short of time this evening but…

    create a directory in your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-single-forum.php
    bbPress will now use this template instead of the original
    and you can amend this

    if you take out line 44 which says

    <?php bbp_list_forums(); ?>
    

    Then sub forums will not be listed

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