Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: Where can i remove the "this forum contains … topics… and … themes"?

$
0
0

I know this is old, but I added this code to a functions.php file in my custom theme folder

add_filter( ‘bbp_get_single_forum_description’, ‘ja_return_blank’ );
add_filter( ‘bbp_get_single_topic_description’, ‘ja_return_blank’ );
function ja_return_blank() {
return ”;
}

and now this appears at the top of my page (and the forum message is still there):

add_filter( ‘bbp_get_single_forum_description’, ‘ja_return_blank’ ); add_filter( ‘bbp_get_single_topic_description’, ‘ja_return_blank’ ); function ja_return_blank() { return ”; }

Any ideas?

Thanks,

Jeff


Viewing all articles
Browse latest Browse all 3638

Trending Articles