Jump to content

bibsch

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by bibsch

  1. 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>
  2. hello community im using this command echo $sanitizer->truncate($child->body, $maxLength = 200, $options = [ 'keepFormatTags' => true, ]); i want to keep my body wrapped with <p>. what im doing wrong
×
×
  • Create New...