Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom Forums Page (with categories)


  • Darren1981
    Participant

    @darren1981

    Hey all,

    Since there is no support for “Categories” so to speak.. what i would like to do is create a custom main forum page and insert the forums manually… Now i know this can be done with shortcodes in posts and pages like as follows:

    [bbp-single-forum id=32]

    But what i am wondering is how would one go about inserting single forums into the BBpress .php template files.. for example the template content-archive-forum.php has the following php code which displays all forums:

    I would like to edit this file and insert forums manually.. is there a php version / code like the shortcodes to insert single forums ?

    Regards, Darren

Viewing 1 replies (of 1 total)

  • Lynq
    Participant

    @lynq

    Can you use

    echo do_shortcode(‘[bbp-single-forum id=32]‘);

    Inside the template files, should work I think?

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