Site logo

Archived topic

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

1 reply · Started by Lim on May 5, 2022

Viewing posts 1–2 of 2

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.

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.

This archived topic is closed to new replies.