Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum with nested categories


  • finar76
    Participant

    @finar76

    Hello,

    I am trying to develop a forum in my wordpress site and I have installed bbPress…

    My forum will have nested “categories” (down to level 3…)

    let me explain better:

    Forum category 1
    —-> forum sub categity 1.1
    ———-> forum 1.1.1
    ———-> forum 1.1.2
    ———-> forum 1.1.3
    —-> forum sub categity 1.2
    ———-> forum 1.2.1
    ———-> forum 1.2.2
    —-> forum sub categity 1.3
    ———-> forum 1.3.1
    Forum category 2
    —-> forum sub categity 2.1
    ———-> forum 2.1.1
    ———-> forum 2.1.2

    I don’t know if it is my theme or if it is a bbPress configuration, but I cannot see more than level 2

    Forum category 1
    —-> forum sub categity 1.1
    —-> forum sub categity 1.2
    —-> forum sub categity 1.3
    Forum category 2
    —-> forum sub categity 2.1

    and to see level 3 I need to clock on level 2 categories….

    on top of this I cannot see any breadcrumb navigation for the forum….. is there an option for that?

    Many thanks

    Regards

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    bbpress only displays 2 levels, so when you click the 2nd level, you will get to see the lower down forums.

    It is possible to code for lower levels, if you are happy with coding you’d be looking at

    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php

    and some coding around bbp_list_forums()
    to get a further loop

    As for breadcrumb – yes by default you should have one , but themes can turn these off

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