Forums
-
- Forum
- Posts
-
- Installation
- 26,344
- Troubleshooting
- 56,545
- Themes
- 9,856
- Plugins
- 14,387
- Requests & Feedback
- 14,131
- Showcase
- 3,213
-
This seems to work for the text. Thanks so much baptiste.
One more question, the issue still exists in the title. I’m guessing I need to update this expression, just unsure of the syntax:
function get_topic_title( $id = 0 ) {
global $topic;
if ( $id )
$topic = get_topic( $id );
return apply_filters( 'get_topic_title', $topic->topic_title, $id );
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS