Forums
-
- Forum
- Posts
-
- Installation
- 28,405
- Troubleshooting
- 62,337
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,946
- Showcase
- 3,254
-
try this
<div class="the_content">
<?php $blogposts = get_thread( $topic->topic_id); ?>
<?php echo $blogposts[0]->post_text; ?>
</div>