Forums
-
- Forum
- Posts
-
- Installation
- 28,422
- Troubleshooting
- 62,414
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
How about this plugin?
function front_page_topics() {
$bb->page_topics = 10;
}
add_action( 'bb_index.php_pre_db', 'front_page_topics' );