Forums
-
- Forum
- Posts
-
- Installation
- 28,540
- Troubleshooting
- 62,831
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
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 ?