Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Displaying child pages on the same page as parent
#6
oops

so something like this?
PHP Code:
<?php foreach (getChildren(return_page_slug()) as $child): ?>
  <div class="subpage">
   <?php getPageContent($child); ?>
  </div>
<?php endforeach; ?>
Reply


Messages In This Thread
RE: Displaying child pages on the same page as parent - by Carlos - 2014-08-09, 05:37:48



Users browsing this thread: 2 Guest(s)