Showing posts with label forum. Show all posts
Showing posts with label forum. Show all posts

Monday, 12 September 2016

Add tinymce editor in bbpress forum


<?php bbp_the_content( array( 'context' => 'topic','tinymce' => true ) ); ?>

 Just add :

'tinymce' => true //as shown in above array