Including html in bbpress excerpts
-
Hello, this excerpt control plugin is exactly what I need… for bbpress excerpts.
In a forum I am using some code from https://premium.wpmudev.org/forums/topic/bbpress-topic-excerpts, namely:
function add_topic_excerpt() {
echo “<p>”.bbp_get_topic_excerpt( $topic_id, 200).”</p>”;
}
add_action(‘bbp_theme_after_topic_title’, ‘add_topic_excerpt’ );Unfortunately, the bbpress excerpt does not show active links (html) from the content as I desire.
Is there a way to extend your plug-in to work with bbpress?
Or do you have any other ideas?
Thanks!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Including html in bbpress excerpts’ is closed to new replies.