Forums
-
- Forum
- Posts
-
- Installation
- 28,416
- Troubleshooting
- 62,414
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
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 );
}