Forums
-
- Forum
- Posts
-
- Installation
- 28,548
- Troubleshooting
- 62,911
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 15,014
- Showcase
- 3,258
-
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 );
}