<?php $newpost = post_find(array("isfirst" => 0, "quotepid" => 0,'tid' => $_thread['tid'] ), array( 'create_date' => -1 ), 1, 10); ?> <?php if($newpost){ foreach($newpost as $post){ ?><a href="<?php echo url("thread-$post[tid]")?>"> <?php echo $post['username'];?>:<?php echo xn_substr(strip_tags($post['message_fmt']), 0, 25);?></a> <?php } } ?>