Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Controlling the Number of Latest Discussions

How about this plugin?

function front_page_topics() {

$bb->page_topics = 10;

}

add_action( 'bb_index.php_pre_db', 'front_page_topics' );

Skip to toolbar