Info
- 8 posts
- 7 voices
- Started 3 years ago by silent1643
- Latest reply from AntonioP
- This topic is not resolved
getting forum to show up on wordpress page
-
- Posted 3 years ago #
okay not sure if this is the right forum category but i'll ask here
how can i make the forum display on a wordpress page? is there an object html code or something for doing this?
ie i want the same header, footer, and sidebar as my blog, i just want the bbpress forum to show up in my content window where a normal blog post would be shown
thanks in advace
-
- Posted 3 years ago #
also for some reason when using the bbpress.org theme it doesn't load correctly? any clue?
-
- Posted 3 years ago #
silent1643,
You can't just drop bbPress onto a blog page. bbPress is a totally separate installation and you have to link to it from your blog. You have to modify the bbPress templates to make it look like your blog. If this is done well, the user doesn't realize they are jumping between two different programs.
-
- Posted 3 years ago #
It is probably less work to use bbPress than using other forum software if your intention is to re-skin to match your blog. You can actually "load" WordPress inside bbPress (check the documentation), but there is a definite performance penalty in doing that.
The best performance choice is to integrate your user tables and auth cookies. Then skin your forum to match your blog, but don't "load" WordPress into bbPress unless you intend to use WordPress functions inside bbPress quite extensively.
You will probably find the exercise of skinning your bbPress install quite simple compared to other forum software. The templating system is similar to WordPress, so it will be a familiar environment if you have done that before.
-
- Posted 3 years ago #
What I did was edit the header file to include the code to load the WordPress stuff and then just included the header file from the WordPress theme. Then edited the footer.php file to just include the footer from WordPress. I did go through and add a few conditionals to the header.php so that different stuff would be in the <head> section depending on whether I was in forum or out of forum.
-
- Posted 3 years ago #
i did that on my site
i added the wordpress loader php file to the bb-config file at the top
it works like a charm
-
- Posted 3 years ago #
I'm looking for a loader.php file to do this. Is it called something else?
-
You must log in to post.