Site logo

[Support request] I want to use one of the forums of bbPress on the front page of my homepage.

Home Forums Support [Support request] I want to use one of the forums of bbPress on the front page of my homepage.

Home Forums Support I want to use one of the forums of bbPress on the front page of my homepage.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2209989
    Lim

    Hello
    It’s been a while since I’ve written here.
    I’m using the generator press very well.

    I write here occasionally, but I’m touching the General Press a lot.

    I want to use one of the forums of bbPress on the front page of my homepage.

    I want to use the forum of bbPress in a different way without inserting a shortcut code in the page.

    What I want is

    … private area …

    You want to use this forum page as a front page.

    I didn’t find that the theme part of the General Press, the home setting part, designating individual forums as the first page.

    I’m not a developer, but I can attach a snippet.
    Also, I can use it as Yoast redirection.

    Please make me a simple snippet.
    I don’t know how.

    #2210000
    David
    Staff
    Customer Support

    Hi there,

    the only documentation i could find on the BB Press on this was:

    1. Use a shortcode:

    https://bbpress.org/forums/topic/forums-in-the-root/#post-106700

    2. Develop your own front-page.php template:

    https://bbpress.org/forums/topic/bbpress-2-as-a-front-page/#post-106888

    But its not something GeneratePress can control

    UPDATE 3. This is the function callback for displaying the forum topic archive lists:

    <?php bbp_get_template_part( 'content', 'archive-topic' ); ?>

    You can hook that into your Front Page using a Hook Element.

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