Yes, we’re subscribed to the forum. Thanks,
Jeff
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