Forums
-
- Forum
- Posts
-
- Installation
- 28,540
- Troubleshooting
- 62,831
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
try this
<div class="the_content">
<?php $blogposts = get_thread( $topic->topic_id); ?>
<?php echo $blogposts[0]->post_text; ?>
</div>