Forums
-
- Forum
- Posts
-
- Installation
- 27,301
- Troubleshooting
- 59,713
- Themes
- 10,087
- Plugins
- 14,842
- Requests & Feedback
- 14,513
- Showcase
- 3,230
-
<?php
foreach($forum_one_topics as $topic) :
$forum_one_topic_posts = get_thread( $topic->topic_id);
?>
<?php topic_title(); ?><br/>
<?php
echo $forum_one_topic_posts[0]->post_text;
endforeach;
?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS