Forums
-
- Forum
- Posts
-
- Installation
- 28,096
- Troubleshooting
- 61,382
- Themes
- 10,273
- Plugins
- 15,147
- Requests & Feedback
- 14,751
- Showcase
- 3,251
-
untested theoretical plugin
add_filter('post_text','first_reply',999);
function first_reply($text) {global $bb_post;
if (!is_bb_feed() && (int) $bb_post->post_position==1) {$text.="<a name='first-reply'></a>";}
return $text;
}
Then to get the first-reply link for any topic,
<?php echo "<a href='".get_topic_link()."#first-reply'>replies</a>"; ?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS