Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,682
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,973
- Showcase
- 3,256
-
How about this plugin?
function front_page_topics() {
$bb->page_topics = 10;
}
add_action( 'bb_index.php_pre_db', 'front_page_topics' );