http://84.151.221.133/q2jump/blog/
<?php
include("./head.inc");
foreach($page->children() as $child) {
echo "<h3>$child->title</h3>";
echo $page->createdUser->name;
echo $sanitizer->truncate($child->body, $maxLength = 200, $options = [
'keepTags' => array('p'),
]);
echo "<a href='$child->url'>Read more...</a><hr>";
}
include("./foot.inc");
whats happens... only my last child body is wrapped in <p>