Forums
-
- Forum
- Posts
-
- Installation
- 28,022
- Troubleshooting
- 61,255
- Themes
- 10,269
- Plugins
- 15,090
- Requests & Feedback
- 14,724
- Showcase
- 3,245
-
<?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