Advertisement
vividtea

Kirby CMS iterate

Sep 10th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php foreach ($site->children()->listed() as $page): ?>
  2.   <h2><?= $page->title() ?></h2>
  3.   <p><?= $page->url() ?></p>
  4. <?php endforeach; ?>
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement