Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Turning profile.php into a blog (sort of)


so1o
Participant

@so1o

try this

<div class="the_content">

<?php $blogposts = get_thread( $topic->topic_id); ?>

<?php echo $blogposts[0]->post_text; ?>

</div>

Skip to toolbar