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>
WordPress/bbPress Snippet