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

Reply To: Display forum'description on the front-end

$
0
0

I found this solution :

add_action( 'bbp_template_before_single_forum' , 'xxxx_bbp_display_forum_description' );

function xxxx_bbp_display_forum_description() {
    echo '<div>';
    bbp_forum_content();
    echo '</div>';
}

Viewing all articles
Browse latest Browse all 3638

Trending Articles