Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Latest bbPress Posts In WordPress

@spencerp

Member

This is the block of database code that Trent had “fixed” up for me, to exclude the one forum.

(Found near end of plugin file)

function wp_bb_get_discuss_sidebar() {

global $wpdb,$bbpath;

$bbtopic = $wpdb->get_results("SELECT * FROM bb_topics WHERE topic_status = 0 AND forum_id NOT IN ('3') ORDER BY topic_time DESC LIMIT 10");

Where => (‘3’) is the forum id to exclude.. :) ;)

spencerp

Skip to toolbar