Forums
-
- Forum
- Posts
-
- Installation
- 26,330
- Troubleshooting
- 56,472
- Themes
- 9,856
- Plugins
- 14,387
- Requests & Feedback
- 14,131
- Showcase
- 3,212
-
<?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