Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Full Content of Most Recent Post on Front-Page?


so1o
Participant

@so1o

<?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;

?>

Skip to toolbar