CCDzine
8/14/2016 - 12:37 AM

Display an excerpt of a bbPress topic and set the character count.

Display an excerpt of a bbPress topic and set the character count.

<p><?php 

/* First $arg is the ID,
 * second is the length in characters
 */
bbp_topic_excerpt( '', 300 ); ?>

</p>

bbPress Topic Excerpt

WordPress/bbPress Snippet