Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding bbPress to WordPress


724719
Inactive

ok i found out how to put bbPress in WP . all i did was put this in wp-config.php:-

define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
require_once('path/to/bbpress/config.php');
?>

…..But how do I show a list of the latest 5 topics ?

Skip to toolbar