bbPress Support Forums › Requests and Feedback › how to include wordpress sidebar.php file in forums
Info
- 2 posts
- 2 voices
- Started 3 years ago by jayabalt
- Latest reply from chrishajer
how to include wordpress sidebar.php file in forums
-
- Posted 3 years ago #
any one help me ?
how to include wordpress sidebar.php file in forums
-
- Posted 3 years ago #
To use WordPress functions inside bbPress, you need to do this:
http://bbpress.org/documentation/integration-with-wordpress/#functions (the Functions section at the bottom of that page). Be sure that include line is at the top of bb-config.php: right after the <?php is a good place for it.That will allow you to use WordPress functions in a bbPress page (like
<?php get_sidebar(); ?>)Then, you need to include that function call in a bbPress template file (or files) where you want it to appear. You are responsible for making sure there's room in the template for your sidebar.
-
This topic is
closed